Html Css Color HEX #0A701F Crusoe

📋 copy color: '#0A701F'

red 10 ◦ green 112 ◦ blue 31

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

Shades of Crusoe #0A701F

Tints of Crusoe #0A701F

RGB

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

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

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

R = 6.54%
G = 73.2%
B = 20.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#0A701F (or 0x0A701F) is known color: Crusoe. HEX triplet: 0A, 70 and 1F. RGB value is (10,112,31). Sum of RGB (Red+Green+Blue) = 10+112+31=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #0A701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A701F is #F58FE0. Grayscale: #484848. Windows color (decimal): -16093153 or 2060298. OLE color: 2060298.

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

Color convert

RGB 10 112 31 -
CMYK 0.91 0 0.72 0.56
HSL 132.35º 0.84% 0.24% -
HSV(B) 132.35º 0.91% 0.44% -
XYZ 6.17 11.75 3.24 -
YUV 72.27 104.71 83.59 -
System Red Green Blue C M Y K H S L
Decimal 10 112 31 0.91 0 0.72 0.56 132.35 0.84 0.24
Hex A 70 1F 5B 0 48 38 84 54 18
Octal 12 160 37 133 0 110 70 204 124 30
Binary 1010 1110000 11111 1011011 0 1001000 111000 10000100 1010100 11000

Color Harmonies of #0A701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A701F

Black with #0A701F

Text Example


Text Example

White with #0A701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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