Html Css Color HEX #096721 Crusoe

📋 copy color: '#096721'

red 9 ◦ green 103 ◦ blue 33

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

Shades of Crusoe #096721

Tints of Crusoe #096721

RGB

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

 GREEN value IS 103 (40.63% from 255) = 71.03%

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

R = 6.21%
G = 71.03%
B = 22.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#096721 (or 0x096721) is known color: Crusoe. HEX triplet: 09, 67 and 21. RGB value is (9,103,33). Sum of RGB (Red+Green+Blue) = 9+103+33=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #096721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096721 is #F698DE. Grayscale: #434343. Windows color (decimal): -16160991 or 2189065. OLE color: 2189065.

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

Color convert

RGB 9 103 33 -
CMYK 0.91 0 0.68 0.60
HSL 135.32º 0.84% 0.22% -
HSV(B) 135.32º 0.91% 0.4% -
XYZ 5.24 9.87 3.07 -
YUV 66.91 108.86 86.69 -
System Red Green Blue C M Y K H S L
Decimal 9 103 33 0.91 0 0.68 0.60 135.32 0.84 0.22
Hex 9 67 21 5B 0 44 3C 87 54 16
Octal 11 147 41 133 0 104 74 207 124 26
Binary 1001 1100111 100001 1011011 0 1000100 111100 10000111 1010100 10110

Color Harmonies of #096721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096721

Black with #096721

Text Example


Text Example

White with #096721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096721; }

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

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

background-color css

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

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

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

border-color css

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

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

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