Html Css Color HEX #096628 Crusoe

📋 copy color: '#096628'

red 9 ◦ green 102 ◦ blue 40

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

Shades of Crusoe #096628

Tints of Crusoe #096628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.49%

R = 5.96%
G = 67.55%
B = 26.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#096628 (or 0x096628) is known color: Crusoe. HEX triplet: 09, 66 and 28. RGB value is (9,102,40). Sum of RGB (Red+Green+Blue) = 9+102+40=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #096628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096628 is #F699D7. Grayscale: #434343. Windows color (decimal): -16161240 or 2647561. OLE color: 2647561.

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

Color convert

RGB 9 102 40 -
CMYK 0.91 0 0.61 0.6
HSL 140º 0.84% 0.22% -
HSV(B) 140º 0.91% 0.4% -
XYZ 5.25 9.71 3.61 -
YUV 67.13 112.69 86.54 -
System Red Green Blue C M Y K H S L
Decimal 9 102 40 0.91 0 0.61 0.6 140 0.84 0.22
Hex 9 66 28 5B 0 3D 3C 8C 54 16
Octal 11 146 50 133 0 75 74 214 124 26
Binary 1001 1100110 101000 1011011 0 111101 111100 10001100 1010100 10110

Color Harmonies of #096628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096628

Black with #096628

Text Example


Text Example

White with #096628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096628; }

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

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

background-color css

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

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

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

border-color css

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

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

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