Html Css Color HEX #096F27 Crusoe

📋 copy color: '#096F27'

red 9 ◦ green 111 ◦ blue 39

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

Shades of Crusoe #096F27

Tints of Crusoe #096F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 69.81%

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

R = 5.66%
G = 69.81%
B = 24.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#096F27 (or 0x096F27) is known color: Crusoe. HEX triplet: 09, 6F and 27. RGB value is (9,111,39). Sum of RGB (Red+Green+Blue) = 9+111+39=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #096F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F27 is #F690D8. Grayscale: #484848. Windows color (decimal): -16158937 or 2584329. OLE color: 2584329.

HSL color Cylindrical-coordinate representation of color #096F27: hue angle of 137.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F27 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 39 -
CMYK 0.92 0 0.65 0.56
HSL 137.65º 0.85% 0.24% -
HSV(B) 137.65º 0.92% 0.44% -
XYZ 6.16 11.57 3.83 -
YUV 72.29 109.21 82.85 -
System Red Green Blue C M Y K H S L
Decimal 9 111 39 0.92 0 0.65 0.56 137.65 0.85 0.24
Hex 9 6F 27 5C 0 41 38 8A 55 18
Octal 11 157 47 134 0 101 70 212 125 30
Binary 1001 1101111 100111 1011100 0 1000001 111000 10001010 1010101 11000

Color Harmonies of #096F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F27

Black with #096F27

Text Example


Text Example

White with #096F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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