Html Css Color HEX #097020 Crusoe

📋 copy color: '#097020'

red 9 ◦ green 112 ◦ blue 32

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

Shades of Crusoe #097020

Tints of Crusoe #097020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 73.2%

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

R = 5.88%
G = 73.2%
B = 20.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#097020 (or 0x097020) is known color: Crusoe. HEX triplet: 09, 70 and 20. RGB value is (9,112,32). Sum of RGB (Red+Green+Blue) = 9+112+32=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #097020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097020 is #F68FDF. Grayscale: #484848. Windows color (decimal): -16158688 or 2125833. OLE color: 2125833.

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

Color convert

RGB 9 112 32 -
CMYK 0.92 0 0.71 0.56
HSL 133.4º 0.85% 0.24% -
HSV(B) 133.4º 0.92% 0.44% -
XYZ 6.17 11.75 3.31 -
YUV 72.08 105.38 83 -
System Red Green Blue C M Y K H S L
Decimal 9 112 32 0.92 0 0.71 0.56 133.4 0.85 0.24
Hex 9 70 20 5C 0 47 38 85 55 18
Octal 11 160 40 134 0 107 70 205 125 30
Binary 1001 1110000 100000 1011100 0 1000111 111000 10000101 1010101 11000

Color Harmonies of #097020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097020

Black with #097020

Text Example


Text Example

White with #097020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097020; }

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

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

background-color css

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

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

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

border-color css

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

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

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