Html Css Color HEX #09701E Crusoe

📋 copy color: '#09701E'

red 9 ◦ green 112 ◦ blue 30

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

Shades of Crusoe #09701E

Tints of Crusoe #09701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.87%

R = 5.96%
G = 74.17%
B = 19.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#09701E (or 0x09701E) is known color: Crusoe. HEX triplet: 09, 70 and 1E. RGB value is (9,112,30). Sum of RGB (Red+Green+Blue) = 9+112+30=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #09701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09701E is #F68FE1. Grayscale: #484848. Windows color (decimal): -16158690 or 1994761. OLE color: 1994761.

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

Color convert

RGB 9 112 30 -
CMYK 0.92 0 0.73 0.56
HSL 132.23º 0.85% 0.24% -
HSV(B) 132.23º 0.92% 0.44% -
XYZ 6.14 11.74 3.17 -
YUV 71.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 9 112 30 0.92 0 0.73 0.56 132.23 0.85 0.24
Hex 9 70 1E 5C 0 49 38 84 55 18
Octal 11 160 36 134 0 111 70 204 125 30
Binary 1001 1110000 11110 1011100 0 1001001 111000 10000100 1010101 11000

Color Harmonies of #09701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09701E

Black with #09701E

Text Example


Text Example

White with #09701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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