Html Css Color HEX #096021 Crusoe

📋 copy color: '#096021'

red 9 ◦ green 96 ◦ blue 33

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

Shades of Crusoe #096021

Tints of Crusoe #096021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 69.57%

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

R = 6.52%
G = 69.57%
B = 23.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#096021 (or 0x096021) is known color: Crusoe. HEX triplet: 09, 60 and 21. RGB value is (9,96,33). Sum of RGB (Red+Green+Blue) = 9+96+33=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #096021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096021 is #F69FDE. Grayscale: #3E3E3E. Windows color (decimal): -16162783 or 2187273. OLE color: 2187273.

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

Color convert

RGB 9 96 33 -
CMYK 0.91 0 0.66 0.62
HSL 136.55º 0.83% 0.21% -
HSV(B) 136.55º 0.91% 0.38% -
XYZ 4.57 8.53 2.85 -
YUV 62.81 111.18 89.62 -
System Red Green Blue C M Y K H S L
Decimal 9 96 33 0.91 0 0.66 0.62 136.55 0.83 0.21
Hex 9 60 21 5B 0 42 3E 89 53 15
Octal 11 140 41 133 0 102 76 211 123 25
Binary 1001 1100000 100001 1011011 0 1000010 111110 10001001 1010011 10101

Color Harmonies of #096021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096021

Black with #096021

Text Example


Text Example

White with #096021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096021; }

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

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

background-color css

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

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

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

border-color css

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

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

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