Html Css Color HEX #097120 Crusoe

📋 copy color: '#097120'

red 9 ◦ green 113 ◦ blue 32

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

Shades of Crusoe #097120

Tints of Crusoe #097120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 73.38%

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

R = 5.84%
G = 73.38%
B = 20.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#097120 (or 0x097120) is known color: Crusoe. HEX triplet: 09, 71 and 20. RGB value is (9,113,32). Sum of RGB (Red+Green+Blue) = 9+113+32=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #097120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097120 is #F68EDF. Grayscale: #484848. Windows color (decimal): -16158432 or 2126089. OLE color: 2126089.

HSL color Cylindrical-coordinate representation of color #097120: hue angle of 133.27º 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 #097120 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 113 32 -
CMYK 0.92 0 0.72 0.56
HSL 133.27º 0.85% 0.24% -
HSV(B) 133.27º 0.92% 0.44% -
XYZ 6.28 11.97 3.35 -
YUV 72.67 105.04 82.59 -
System Red Green Blue C M Y K H S L
Decimal 9 113 32 0.92 0 0.72 0.56 133.27 0.85 0.24
Hex 9 71 20 5C 0 48 38 85 55 18
Octal 11 161 40 134 0 110 70 205 125 30
Binary 1001 1110001 100000 1011100 0 1001000 111000 10000101 1010101 11000

Color Harmonies of #097120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097120

Black with #097120

Text Example


Text Example

White with #097120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097120; }

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

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

background-color css

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

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

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

border-color css

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

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

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