Html Css Color HEX #68AB06 Christi

📋 copy color: '#68AB06'

red 104 ◦ green 171 ◦ blue 6

#68AB06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #68AB06

Tints of Christi #68AB06

RGB

 RED value IS 104 (41.02% from 255) = 37.01%

 GREEN value IS 171 (67.19% from 255) = 60.85%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 37.01%
G = 60.85%
B = 2.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#68AB06 (or 0x68AB06) is known color: Christi. HEX triplet: 68, AB and 06. RGB value is (104,171,6). Sum of RGB (Red+Green+Blue) = 104+171+6=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB06 is #9754F9. Grayscale: #848484. Windows color (decimal): -9917690 or 437096. OLE color: 437096.

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

Color convert

RGB 104 171 6 -
CMYK 0.39 0 0.96 0.33
HSL 84.36º 0.93% 0.35% -
HSV(B) 84.36º 0.96% 0.67% -
XYZ 20.3 32.08 5.29 -
YUV 132.16 56.8 107.92 -
System Red Green Blue C M Y K H S L
Decimal 104 171 6 0.39 0 0.96 0.33 84.36 0.93 0.35
Hex 68 AB 6 27 0 60 21 54 5D 23
Octal 150 253 6 47 0 140 41 124 135 43
Binary 1101000 10101011 110 100111 0 1100000 100001 1010100 1011101 100011

Color Harmonies of #68AB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB06

Black with #68AB06

Text Example


Text Example

White with #68AB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68AB06;
 }
 .AnyTagClassName
 {
   color: #68AB06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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