#68ab2d

Color #68AB2D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68AB2D

Tints of Christi #68AB2D

Color information

#68AB2D (or 0x68AB2D) is unknown color: approx Christi. HEX triplet: 68, AB and 2D. RGB value is (104,171,45). Sum of RGB (Red+Green+Blue) = 104+171+45=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB2D is #9754D2. Grayscale: #898989. Windows color (decimal): -9917651 or 2993000. OLE color: 2993000.

HSL color Cylindrical-coordinate representation of color #68AB2D: hue angle of 91.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68AB2D is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB10417145-
CMYK0.3900.740.33
HSL91.9º58.33%42.35%-
HSV(B)91.9º73.68%67.06%-
XYZ20.7532.267.62-
YUV136.676.3104.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 171 (67.19% from 255) = 53.44%
BLUE value IS 45 (17.97% from 255) = 14.06%
R=32.5%
G=53.44%
B=14.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171450.3900.740.3391.958.3342.35
Hex68AB2D2704A215c3a2a
Octal15025355470112411347252
Binary110100010101011101101100111010010101000011011100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ab2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68ab2d; }

 p { color: rgb(104,171,45); }

 H1.HeaderClassName
 {
   color: #68ab2d;
 }
 .AnyTagClassName
 {
   color: #68ab2d;
 }
</style>
background-color css

<style>
 a { background-color: #68ab2d; }

 a { background-color: rgb(104,171,45); }

 div.DivClassName
 {
   background-color: #68ab2d;
 }
 .BgClassName
 {
   background-color: #68ab2d;
 }
</style>
border-color css

<style>
 span { border-color: #68ab2d; }

 span { border-color: rgb(104,171,45); }

 td.TdClassName
 {
   border-color: #68ab2d;
 }
 .TagClassName
 {
   border-color: #68ab2d;
 }
</style>