Html Css Color HEX #10710A Green

📋 copy color: '#10710A'

red 16 ◦ green 113 ◦ blue 10

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

Shades of Green #10710A

Tints of Green #10710A

RGB

 RED value IS 16 (6.64% from 255) = 11.51%

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

 BLUE value IS 10 (4.3% from 255) = 7.19%

R = 11.51%
G = 81.29%
B = 7.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#10710A (or 0x10710A) is known color: Green. HEX triplet: 10, 71 and 0A. RGB value is (16,113,10). Sum of RGB (Red+Green+Blue) = 16+113+10=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #10710A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10710A is #EF8EF5. Grayscale: #484848. Windows color (decimal): -15699702 or 684304. OLE color: 684304.

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

Color convert

RGB 16 113 10 -
CMYK 0.86 0 0.91 0.56
HSL 116.5º 0.84% 0.24% -
HSV(B) 116.5º 0.91% 0.44% -
XYZ 6.17 11.94 2.27 -
YUV 72.26 92.86 87.88 -
System Red Green Blue C M Y K H S L
Decimal 16 113 10 0.86 0 0.91 0.56 116.5 0.84 0.24
Hex 10 71 A 56 0 5B 38 75 54 18
Octal 20 161 12 126 0 133 70 165 124 30
Binary 10000 1110001 1010 1010110 0 1011011 111000 1110101 1010100 11000

Color Harmonies of #10710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10710A

Black with #10710A

Text Example


Text Example

White with #10710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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