Html Css Color HEX #096B29 Crusoe

📋 copy color: '#096B29'

red 9 ◦ green 107 ◦ blue 41

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

Shades of Crusoe #096B29

Tints of Crusoe #096B29

RGB

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

 GREEN value IS 107 (42.19% from 255) = 68.15%

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

R = 5.73%
G = 68.15%
B = 26.11%

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

#096B29 (or 0x096B29) is known color: Crusoe. HEX triplet: 09, 6B and 29. RGB value is (9,107,41). Sum of RGB (Red+Green+Blue) = 9+107+41=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #096B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B29 is #F694D6. Grayscale: #464646. Windows color (decimal): -16159959 or 2714377. OLE color: 2714377.

HSL color Cylindrical-coordinate representation of color #096B29: hue angle of 139.59º degrees, saturation: 0.84, 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 #096B29 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 41 -
CMYK 0.92 0 0.62 0.58
HSL 139.59º 0.84% 0.23% -
HSV(B) 139.59º 0.92% 0.42% -
XYZ 5.77 10.73 3.87 -
YUV 70.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 9 107 41 0.92 0 0.62 0.58 139.59 0.84 0.23
Hex 9 6B 29 5C 0 3E 3A 8C 54 17
Octal 11 153 51 134 0 76 72 214 124 27
Binary 1001 1101011 101001 1011100 0 111110 111010 10001100 1010100 10111

Color Harmonies of #096B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B29

Black with #096B29

Text Example


Text Example

White with #096B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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