Html Css Color HEX #096622 Crusoe

📋 copy color: '#096622'

red 9 ◦ green 102 ◦ blue 34

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

Shades of Crusoe #096622

Tints of Crusoe #096622

RGB

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

 GREEN value IS 102 (40.23% from 255) = 70.34%

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

R = 6.21%
G = 70.34%
B = 23.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#096622 (or 0x096622) is known color: Crusoe. HEX triplet: 09, 66 and 22. RGB value is (9,102,34). Sum of RGB (Red+Green+Blue) = 9+102+34=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #096622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096622 is #F699DD. Grayscale: #424242. Windows color (decimal): -16161246 or 2254345. OLE color: 2254345.

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

Color convert

RGB 9 102 34 -
CMYK 0.91 0 0.67 0.6
HSL 136.13º 0.84% 0.22% -
HSV(B) 136.13º 0.91% 0.4% -
XYZ 5.15 9.68 3.11 -
YUV 66.44 109.69 87.03 -
System Red Green Blue C M Y K H S L
Decimal 9 102 34 0.91 0 0.67 0.6 136.13 0.84 0.22
Hex 9 66 22 5B 0 43 3C 88 54 16
Octal 11 146 42 133 0 103 74 210 124 26
Binary 1001 1100110 100010 1011011 0 1000011 111100 10001000 1010100 10110

Color Harmonies of #096622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096622

Black with #096622

Text Example


Text Example

White with #096622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096622; }

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

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

background-color css

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

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

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

border-color css

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

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

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