Html Css Color HEX #095120 Crusoe

📋 copy color: '#095120'

red 9 ◦ green 81 ◦ blue 32

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

Shades of Crusoe #095120

Tints of Crusoe #095120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 66.39%

 BLUE value IS 32 (12.89% from 255) = 26.23%

R = 7.38%
G = 66.39%
B = 26.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#095120 (or 0x095120) is known color: Crusoe. HEX triplet: 09, 51 and 20. RGB value is (9,81,32). Sum of RGB (Red+Green+Blue) = 9+81+32=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #095120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095120 is #F6AEDF. Grayscale: #363636. Windows color (decimal): -16166624 or 2117897. OLE color: 2117897.

HSL color Cylindrical-coordinate representation of color #095120: hue angle of 139.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095120 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 32 -
CMYK 0.89 0 0.60 0.68
HSL 139.17º 0.8% 0.18% -
HSV(B) 139.17º 0.89% 0.32% -
XYZ 3.32 6.05 2.36 -
YUV 53.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 9 81 32 0.89 0 0.60 0.68 139.17 0.8 0.18
Hex 9 51 20 59 0 3C 44 8B 50 12
Octal 11 121 40 131 0 74 104 213 120 22
Binary 1001 1010001 100000 1011001 0 111100 1000100 10001011 1010000 10010

Color Harmonies of #095120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095120

Black with #095120

Text Example


Text Example

White with #095120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095120; }

 p { color: rgb(9,81,32); }

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

background-color css

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

 a { background-color: rgb(9,81,32); }

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

border-color css

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

 span { border-color: rgb(9,81,32); }

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