Html Css Color HEX #096820 Crusoe

📋 copy color: '#096820'

red 9 ◦ green 104 ◦ blue 32

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

Shades of Crusoe #096820

Tints of Crusoe #096820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 71.72%

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

R = 6.21%
G = 71.72%
B = 22.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#096820 (or 0x096820) is known color: Crusoe. HEX triplet: 09, 68 and 20. RGB value is (9,104,32). Sum of RGB (Red+Green+Blue) = 9+104+32=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #096820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096820 is #F697DF. Grayscale: #434343. Windows color (decimal): -16160736 or 2123785. OLE color: 2123785.

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

Color convert

RGB 9 104 32 -
CMYK 0.91 0 0.69 0.59
HSL 134.53º 0.84% 0.22% -
HSV(B) 134.53º 0.91% 0.41% -
XYZ 5.32 10.06 3.03 -
YUV 67.39 108.03 86.35 -
System Red Green Blue C M Y K H S L
Decimal 9 104 32 0.91 0 0.69 0.59 134.53 0.84 0.22
Hex 9 68 20 5B 0 45 3B 87 54 16
Octal 11 150 40 133 0 105 73 207 124 26
Binary 1001 1101000 100000 1011011 0 1000101 111011 10000111 1010100 10110

Color Harmonies of #096820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096820

Black with #096820

Text Example


Text Example

White with #096820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096820; }

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

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

background-color css

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

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

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

border-color css

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

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

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