Html Css Color HEX #096620 Crusoe

📋 copy color: '#096620'

red 9 ◦ green 102 ◦ blue 32

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

Shades of Crusoe #096620

Tints of Crusoe #096620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 71.33%

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

R = 6.29%
G = 71.33%
B = 22.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#096620 (or 0x096620) is known color: Crusoe. HEX triplet: 09, 66 and 20. RGB value is (9,102,32). Sum of RGB (Red+Green+Blue) = 9+102+32=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #096620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096620 is #F699DF. Grayscale: #424242. Windows color (decimal): -16161248 or 2123273. OLE color: 2123273.

HSL color Cylindrical-coordinate representation of color #096620: hue angle of 134.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096620 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 32 -
CMYK 0.91 0 0.69 0.6
HSL 134.84º 0.84% 0.22% -
HSV(B) 134.84º 0.91% 0.4% -
XYZ 5.12 9.67 2.96 -
YUV 66.21 108.69 87.19 -
System Red Green Blue C M Y K H S L
Decimal 9 102 32 0.91 0 0.69 0.6 134.84 0.84 0.22
Hex 9 66 20 5B 0 45 3C 87 54 16
Octal 11 146 40 133 0 105 74 207 124 26
Binary 1001 1100110 100000 1011011 0 1000101 111100 10000111 1010100 10110

Color Harmonies of #096620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096620

Black with #096620

Text Example


Text Example

White with #096620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096620; }

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

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

background-color css

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

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

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

border-color css

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

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

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