Html Css Color HEX #09701C Crusoe

📋 copy color: '#09701C'

red 9 ◦ green 112 ◦ blue 28

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

Shades of Crusoe #09701C

Tints of Crusoe #09701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 6.04%
G = 75.17%
B = 18.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#09701C (or 0x09701C) is known color: Crusoe. HEX triplet: 09, 70 and 1C. RGB value is (9,112,28). Sum of RGB (Red+Green+Blue) = 9+112+28=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #09701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09701C is #F68FE3. Grayscale: #474747. Windows color (decimal): -16158692 or 1863689. OLE color: 1863689.

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

Color convert

RGB 9 112 28 -
CMYK 0.92 0 0.75 0.56
HSL 131.07º 0.85% 0.24% -
HSV(B) 131.07º 0.92% 0.44% -
XYZ 6.12 11.73 3.04 -
YUV 71.63 103.38 83.33 -
System Red Green Blue C M Y K H S L
Decimal 9 112 28 0.92 0 0.75 0.56 131.07 0.85 0.24
Hex 9 70 1C 5C 0 4B 38 83 55 18
Octal 11 160 34 134 0 113 70 203 125 30
Binary 1001 1110000 11100 1011100 0 1001011 111000 10000011 1010101 11000

Color Harmonies of #09701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09701C

Black with #09701C

Text Example


Text Example

White with #09701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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