Html Css Color HEX #096821 Crusoe

📋 copy color: '#096821'

red 9 ◦ green 104 ◦ blue 33

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

Shades of Crusoe #096821

Tints of Crusoe #096821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.6%

R = 6.16%
G = 71.23%
B = 22.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#096821 (or 0x096821) is known color: Crusoe. HEX triplet: 09, 68 and 21. RGB value is (9,104,33). Sum of RGB (Red+Green+Blue) = 9+104+33=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #096821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096821 is #F697DE. Grayscale: #434343. Windows color (decimal): -16160735 or 2189321. OLE color: 2189321.

HSL color Cylindrical-coordinate representation of color #096821: hue angle of 135.16º 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 #096821 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 33 -
CMYK 0.91 0 0.68 0.59
HSL 135.16º 0.84% 0.22% -
HSV(B) 135.16º 0.91% 0.41% -
XYZ 5.34 10.07 3.1 -
YUV 67.5 108.53 86.27 -
System Red Green Blue C M Y K H S L
Decimal 9 104 33 0.91 0 0.68 0.59 135.16 0.84 0.22
Hex 9 68 21 5B 0 44 3B 87 54 16
Octal 11 150 41 133 0 104 73 207 124 26
Binary 1001 1101000 100001 1011011 0 1000100 111011 10000111 1010100 10110

Color Harmonies of #096821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096821

Black with #096821

Text Example


Text Example

White with #096821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096821; }

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

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

background-color css

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

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

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

border-color css

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

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

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