Html Css Color HEX #0A710B Green

📋 copy color: '#0A710B'

red 10 ◦ green 113 ◦ blue 11

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

Shades of Green #0A710B

Tints of Green #0A710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.21%

R = 7.46%
G = 84.33%
B = 8.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#0A710B (or 0x0A710B) is known color: Green. HEX triplet: 0A, 71 and 0B. RGB value is (10,113,11). Sum of RGB (Red+Green+Blue) = 10+113+11=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 113 (44.53% from 255 or 84.33% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 113 - color contains mainly: green. Hex color #0A710B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A710B is #F58EF4. Grayscale: #464646. Windows color (decimal): -16092917 or 749834. OLE color: 749834.

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

Color convert

RGB 10 113 11 -
CMYK 0.91 0 0.90 0.56
HSL 120.58º 0.84% 0.24% -
HSV(B) 120.58º 0.91% 0.44% -
XYZ 6.09 11.9 2.29 -
YUV 70.58 94.38 84.79 -
System Red Green Blue C M Y K H S L
Decimal 10 113 11 0.91 0 0.90 0.56 120.58 0.84 0.24
Hex A 71 B 5B 0 5A 38 79 54 18
Octal 12 161 13 133 0 132 70 171 124 30
Binary 1010 1110001 1011 1011011 0 1011010 111000 1111001 1010100 11000

Color Harmonies of #0A710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A710B

Black with #0A710B

Text Example


Text Example

White with #0A710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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