Html Css Color HEX #096624 Crusoe

📋 copy color: '#096624'

red 9 ◦ green 102 ◦ blue 36

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

Shades of Crusoe #096624

Tints of Crusoe #096624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.49%

R = 6.12%
G = 69.39%
B = 24.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#096624 (or 0x096624) is known color: Crusoe. HEX triplet: 09, 66 and 24. RGB value is (9,102,36). Sum of RGB (Red+Green+Blue) = 9+102+36=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #096624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096624 is #F699DB. Grayscale: #424242. Windows color (decimal): -16161244 or 2385417. OLE color: 2385417.

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

Color convert

RGB 9 102 36 -
CMYK 0.91 0 0.65 0.6
HSL 137.42º 0.84% 0.22% -
HSV(B) 137.42º 0.91% 0.4% -
XYZ 5.18 9.69 3.27 -
YUV 66.67 110.69 86.87 -
System Red Green Blue C M Y K H S L
Decimal 9 102 36 0.91 0 0.65 0.6 137.42 0.84 0.22
Hex 9 66 24 5B 0 41 3C 89 54 16
Octal 11 146 44 133 0 101 74 211 124 26
Binary 1001 1100110 100100 1011011 0 1000001 111100 10001001 1010100 10110

Color Harmonies of #096624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096624

Black with #096624

Text Example


Text Example

White with #096624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096624; }

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

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

background-color css

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

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

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

border-color css

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

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

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