Html Css Color HEX #096120 Crusoe

📋 copy color: '#096120'

red 9 ◦ green 97 ◦ blue 32

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

Shades of Crusoe #096120

Tints of Crusoe #096120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 70.29%

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 6.52%
G = 70.29%
B = 23.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#096120 (or 0x096120) is known color: Crusoe. HEX triplet: 09, 61 and 20. RGB value is (9,97,32). Sum of RGB (Red+Green+Blue) = 9+97+32=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #096120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096120 is #F69EDF. Grayscale: #3F3F3F. Windows color (decimal): -16162528 or 2121993. OLE color: 2121993.

HSL color Cylindrical-coordinate representation of color #096120: hue angle of 135.68º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096120 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 32 -
CMYK 0.91 0 0.67 0.62
HSL 135.68º 0.83% 0.21% -
HSV(B) 135.68º 0.91% 0.38% -
XYZ 4.65 8.71 2.8 -
YUV 63.28 110.35 89.29 -
System Red Green Blue C M Y K H S L
Decimal 9 97 32 0.91 0 0.67 0.62 135.68 0.83 0.21
Hex 9 61 20 5B 0 43 3E 88 53 15
Octal 11 141 40 133 0 103 76 210 123 25
Binary 1001 1100001 100000 1011011 0 1000011 111110 10001000 1010011 10101

Color Harmonies of #096120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096120

Black with #096120

Text Example


Text Example

White with #096120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096120; }

 p { color: rgb(9,97,32); }

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

background-color css

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

 a { background-color: rgb(9,97,32); }

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

border-color css

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

 span { border-color: rgb(9,97,32); }

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