Html Css Color HEX #096C29 Crusoe

📋 copy color: '#096C29'

red 9 ◦ green 108 ◦ blue 41

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

Shades of Crusoe #096C29

Tints of Crusoe #096C29

RGB

 RED value IS 9 (3.91% from 255) = 5.7%

 GREEN value IS 108 (42.58% from 255) = 68.35%

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 5.7%
G = 68.35%
B = 25.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#096C29 (or 0x096C29) is known color: Crusoe. HEX triplet: 09, 6C and 29. RGB value is (9,108,41). Sum of RGB (Red+Green+Blue) = 9+108+41=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #096C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C29 is #F693D6. Grayscale: #464646. Windows color (decimal): -16159703 or 2714633. OLE color: 2714633.

HSL color Cylindrical-coordinate representation of color #096C29: hue angle of 139.39º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C29 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 108 41 -
CMYK 0.92 0 0.62 0.58
HSL 139.39º 0.85% 0.23% -
HSV(B) 139.39º 0.92% 0.42% -
XYZ 5.88 10.94 3.9 -
YUV 70.76 111.2 83.95 -
System Red Green Blue C M Y K H S L
Decimal 9 108 41 0.92 0 0.62 0.58 139.39 0.85 0.23
Hex 9 6C 29 5C 0 3E 3A 8B 55 17
Octal 11 154 51 134 0 76 72 213 125 27
Binary 1001 1101100 101001 1011100 0 111110 111010 10001011 1010101 10111

Color Harmonies of #096C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C29

Black with #096C29

Text Example


Text Example

White with #096C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096C29; }

 p { color: rgb(9,108,41); }

 H1.HeaderClassName
 {
   color: #096C29;
 }
 .AnyTagClassName
 {
   color: #096C29;
 }
</style>

background-color css

<style>
 a { background-color: #096C29; }

 a { background-color: rgb(9,108,41); }

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

border-color css

<style>
 span { border-color: #096C29; }

 span { border-color: rgb(9,108,41); }

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