Html Css Color HEX #0A711F Crusoe

📋 copy color: '#0A711F'

red 10 ◦ green 113 ◦ blue 31

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

Shades of Crusoe #0A711F

Tints of Crusoe #0A711F

RGB

 RED value IS 10 (4.3% from 255) = 6.49%

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

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 6.49%
G = 73.38%
B = 20.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#0A711F (or 0x0A711F) is known color: Crusoe. HEX triplet: 0A, 71 and 1F. RGB value is (10,113,31). Sum of RGB (Red+Green+Blue) = 10+113+31=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #0A711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A711F is #F58EE0. Grayscale: #494949. Windows color (decimal): -16092897 or 2060554. OLE color: 2060554.

HSL color Cylindrical-coordinate representation of color #0A711F: hue angle of 132.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A711F is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 113 31 -
CMYK 0.91 0 0.73 0.56
HSL 132.23º 0.84% 0.24% -
HSV(B) 132.23º 0.91% 0.44% -
XYZ 6.28 11.97 3.28 -
YUV 72.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 10 113 31 0.91 0 0.73 0.56 132.23 0.84 0.24
Hex A 71 1F 5B 0 49 38 84 54 18
Octal 12 161 37 133 0 111 70 204 124 30
Binary 1010 1110001 11111 1011011 0 1001001 111000 10000100 1010100 11000

Color Harmonies of #0A711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A711F

Black with #0A711F

Text Example


Text Example

White with #0A711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A711F; }

 p { color: rgb(10,113,31); }

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

background-color css

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

 a { background-color: rgb(10,113,31); }

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

border-color css

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

 span { border-color: rgb(10,113,31); }

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