Html Css Color HEX #096027 Crusoe

📋 copy color: '#096027'

red 9 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #096027

Tints of Crusoe #096027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 6.25%
G = 66.67%
B = 27.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#096027 (or 0x096027) is known color: Crusoe. HEX triplet: 09, 60 and 27. RGB value is (9,96,39). Sum of RGB (Red+Green+Blue) = 9+96+39=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #096027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096027 is #F69FD8. Grayscale: #3F3F3F. Windows color (decimal): -16162777 or 2580489. OLE color: 2580489.

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

Color convert

RGB 9 96 39 -
CMYK 0.91 0 0.59 0.62
HSL 140.69º 0.83% 0.21% -
HSV(B) 140.69º 0.91% 0.38% -
XYZ 4.66 8.57 3.33 -
YUV 63.49 114.18 89.13 -
System Red Green Blue C M Y K H S L
Decimal 9 96 39 0.91 0 0.59 0.62 140.69 0.83 0.21
Hex 9 60 27 5B 0 3B 3E 8D 53 15
Octal 11 140 47 133 0 73 76 215 123 25
Binary 1001 1100000 100111 1011011 0 111011 111110 10001101 1010011 10101

Color Harmonies of #096027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096027

Black with #096027

Text Example


Text Example

White with #096027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096027; }

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

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

background-color css

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

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

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

border-color css

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

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

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