Html Css Color HEX #096028 Crusoe

📋 copy color: '#096028'

red 9 ◦ green 96 ◦ blue 40

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

Shades of Crusoe #096028

Tints of Crusoe #096028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 66.21%

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

R = 6.21%
G = 66.21%
B = 27.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#096028 (or 0x096028) is known color: Crusoe. HEX triplet: 09, 60 and 28. RGB value is (9,96,40). Sum of RGB (Red+Green+Blue) = 9+96+40=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #096028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096028 is #F69FD7. Grayscale: #3F3F3F. Windows color (decimal): -16162776 or 2646025. OLE color: 2646025.

HSL color Cylindrical-coordinate representation of color #096028: hue angle of 141.38º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096028 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 40 -
CMYK 0.91 0 0.58 0.62
HSL 141.38º 0.83% 0.21% -
HSV(B) 141.38º 0.91% 0.38% -
XYZ 4.68 8.58 3.42 -
YUV 63.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 9 96 40 0.91 0 0.58 0.62 141.38 0.83 0.21
Hex 9 60 28 5B 0 3A 3E 8D 53 15
Octal 11 140 50 133 0 72 76 215 123 25
Binary 1001 1100000 101000 1011011 0 111010 111110 10001101 1010011 10101

Color Harmonies of #096028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096028

Black with #096028

Text Example


Text Example

White with #096028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096028; }

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

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

background-color css

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

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

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

border-color css

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

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

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