Html Css Color HEX #0A701D Crusoe

📋 copy color: '#0A701D'

red 10 ◦ green 112 ◦ blue 29

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

Shades of Crusoe #0A701D

Tints of Crusoe #0A701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 6.62%
G = 74.17%
B = 19.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#0A701D (or 0x0A701D) is known color: Crusoe. HEX triplet: 0A, 70 and 1D. RGB value is (10,112,29). Sum of RGB (Red+Green+Blue) = 10+112+29=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #0A701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A701D is #F58FE2. Grayscale: #484848. Windows color (decimal): -16093155 or 1929226. OLE color: 1929226.

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

Color convert

RGB 10 112 29 -
CMYK 0.91 0 0.74 0.56
HSL 131.18º 0.84% 0.24% -
HSV(B) 131.18º 0.91% 0.44% -
XYZ 6.14 11.74 3.11 -
YUV 72.04 103.71 83.75 -
System Red Green Blue C M Y K H S L
Decimal 10 112 29 0.91 0 0.74 0.56 131.18 0.84 0.24
Hex A 70 1D 5B 0 4A 38 83 54 18
Octal 12 160 35 133 0 112 70 203 124 30
Binary 1010 1110000 11101 1011011 0 1001010 111000 10000011 1010100 11000

Color Harmonies of #0A701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A701D

Black with #0A701D

Text Example


Text Example

White with #0A701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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