Html Css Color HEX #09712A Crusoe

📋 copy color: '#09712A'

red 9 ◦ green 113 ◦ blue 42

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

Shades of Crusoe #09712A

Tints of Crusoe #09712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.61%

R = 5.49%
G = 68.9%
B = 25.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#09712A (or 0x09712A) is known color: Crusoe. HEX triplet: 09, 71 and 2A. RGB value is (9,113,42). Sum of RGB (Red+Green+Blue) = 9+113+42=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 113 (44.53% from 255 or 68.90% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 113 - color contains mainly: green. Hex color #09712A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09712A is #F68ED5. Grayscale: #494949. Windows color (decimal): -16158422 or 2781449. OLE color: 2781449.

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

Color convert

RGB 9 113 42 -
CMYK 0.92 0 0.63 0.56
HSL 139.04º 0.85% 0.24% -
HSV(B) 139.04º 0.92% 0.44% -
XYZ 6.44 12.04 4.17 -
YUV 73.81 110.04 81.77 -
System Red Green Blue C M Y K H S L
Decimal 9 113 42 0.92 0 0.63 0.56 139.04 0.85 0.24
Hex 9 71 2A 5C 0 3F 38 8B 55 18
Octal 11 161 52 134 0 77 70 213 125 30
Binary 1001 1110001 101010 1011100 0 111111 111000 10001011 1010101 11000

Color Harmonies of #09712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09712A

Black with #09712A

Text Example


Text Example

White with #09712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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