Html Css Color HEX #096632 Crusoe

📋 copy color: '#096632'

red 9 ◦ green 102 ◦ blue 50

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

Shades of Crusoe #096632

Tints of Crusoe #096632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.06%

R = 5.59%
G = 63.35%
B = 31.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#096632 (or 0x096632) is known color: Crusoe. HEX triplet: 09, 66 and 32. RGB value is (9,102,50). Sum of RGB (Red+Green+Blue) = 9+102+50=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #096632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096632 is #F699CD. Grayscale: #444444. Windows color (decimal): -16161230 or 3302921. OLE color: 3302921.

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

Color convert

RGB 9 102 50 -
CMYK 0.91 0 0.51 0.6
HSL 146.45º 0.84% 0.22% -
HSV(B) 146.45º 0.91% 0.4% -
XYZ 5.44 9.79 4.62 -
YUV 68.27 117.69 85.73 -
System Red Green Blue C M Y K H S L
Decimal 9 102 50 0.91 0 0.51 0.6 146.45 0.84 0.22
Hex 9 66 32 5B 0 33 3C 92 54 16
Octal 11 146 62 133 0 63 74 222 124 26
Binary 1001 1100110 110010 1011011 0 110011 111100 10010010 1010100 10110

Color Harmonies of #096632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096632

Black with #096632

Text Example


Text Example

White with #096632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096632; }

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

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

background-color css

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

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

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

border-color css

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

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

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