Html Css Color HEX #096B31 Crusoe

📋 copy color: '#096B31'

red 9 ◦ green 107 ◦ blue 49

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

Shades of Crusoe #096B31

Tints of Crusoe #096B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 5.45%
G = 64.85%
B = 29.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#096B31 (or 0x096B31) is known color: Crusoe. HEX triplet: 09, 6B and 31. RGB value is (9,107,49). Sum of RGB (Red+Green+Blue) = 9+107+49=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #096B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B31 is #F694CE. Grayscale: #474747. Windows color (decimal): -16159951 or 3238665. OLE color: 3238665.

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

Color convert

RGB 9 107 49 -
CMYK 0.92 0 0.54 0.58
HSL 144.49º 0.84% 0.23% -
HSV(B) 144.49º 0.92% 0.42% -
XYZ 5.92 10.8 4.68 -
YUV 71.09 115.53 83.72 -
System Red Green Blue C M Y K H S L
Decimal 9 107 49 0.92 0 0.54 0.58 144.49 0.84 0.23
Hex 9 6B 31 5C 0 36 3A 90 54 17
Octal 11 153 61 134 0 66 72 220 124 27
Binary 1001 1101011 110001 1011100 0 110110 111010 10010000 1010100 10111

Color Harmonies of #096B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B31

Black with #096B31

Text Example


Text Example

White with #096B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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