Html Css Color HEX #096522 Crusoe

📋 copy color: '#096522'

red 9 ◦ green 101 ◦ blue 34

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

Shades of Crusoe #096522

Tints of Crusoe #096522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 70.14%

 BLUE value IS 34 (13.67% from 255) = 23.61%

R = 6.25%
G = 70.14%
B = 23.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#096522 (or 0x096522) is known color: Crusoe. HEX triplet: 09, 65 and 22. RGB value is (9,101,34). Sum of RGB (Red+Green+Blue) = 9+101+34=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #096522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096522 is #F69ADD. Grayscale: #424242. Windows color (decimal): -16161502 or 2254089. OLE color: 2254089.

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

Color convert

RGB 9 101 34 -
CMYK 0.91 0 0.66 0.60
HSL 136.3º 0.84% 0.22% -
HSV(B) 136.3º 0.91% 0.4% -
XYZ 5.06 9.48 3.08 -
YUV 65.85 110.02 87.45 -
System Red Green Blue C M Y K H S L
Decimal 9 101 34 0.91 0 0.66 0.60 136.3 0.84 0.22
Hex 9 65 22 5B 0 42 3C 88 54 16
Octal 11 145 42 133 0 102 74 210 124 26
Binary 1001 1100101 100010 1011011 0 1000010 111100 10001000 1010100 10110

Color Harmonies of #096522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096522

Black with #096522

Text Example


Text Example

White with #096522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096522; }

 p { color: rgb(9,101,34); }

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

background-color css

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

 a { background-color: rgb(9,101,34); }

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

border-color css

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

 span { border-color: rgb(9,101,34); }

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