Html Css Color HEX #096920 Crusoe

📋 copy color: '#096920'

red 9 ◦ green 105 ◦ blue 32

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

Shades of Crusoe #096920

Tints of Crusoe #096920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 71.92%

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

R = 6.16%
G = 71.92%
B = 21.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#096920 (or 0x096920) is known color: Crusoe. HEX triplet: 09, 69 and 20. RGB value is (9,105,32). Sum of RGB (Red+Green+Blue) = 9+105+32=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #096920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096920 is #F696DF. Grayscale: #444444. Windows color (decimal): -16160480 or 2124041. OLE color: 2124041.

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

Color convert

RGB 9 105 32 -
CMYK 0.91 0 0.70 0.59
HSL 134.38º 0.84% 0.22% -
HSV(B) 134.38º 0.91% 0.41% -
XYZ 5.42 10.27 3.06 -
YUV 67.97 107.7 85.94 -
System Red Green Blue C M Y K H S L
Decimal 9 105 32 0.91 0 0.70 0.59 134.38 0.84 0.22
Hex 9 69 20 5B 0 46 3B 86 54 16
Octal 11 151 40 133 0 106 73 206 124 26
Binary 1001 1101001 100000 1011011 0 1000110 111011 10000110 1010100 10110

Color Harmonies of #096920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096920

Black with #096920

Text Example


Text Example

White with #096920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096920; }

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

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

background-color css

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

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

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

border-color css

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

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

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