Html Css Color HEX #0A7710 Green

📋 copy color: '#0A7710'

red 10 ◦ green 119 ◦ blue 16

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

Shades of Green #0A7710

Tints of Green #0A7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 82.07%

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 6.9%
G = 82.07%
B = 11.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#0A7710 (or 0x0A7710) is known color: Green. HEX triplet: 0A, 77 and 10. RGB value is (10,119,16). Sum of RGB (Red+Green+Blue) = 10+119+16=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7710 is #F588EF. Grayscale: #4A4A4A. Windows color (decimal): -16091376 or 1079050. OLE color: 1079050.

HSL color Cylindrical-coordinate representation of color #0A7710: hue angle of 123.3º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7710 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 119 16 -
CMYK 0.92 0 0.87 0.53
HSL 123.3º 0.84% 0.25% -
HSV(B) 123.3º 0.92% 0.47% -
XYZ 6.82 13.3 2.7 -
YUV 74.67 94.89 81.88 -
System Red Green Blue C M Y K H S L
Decimal 10 119 16 0.92 0 0.87 0.53 123.3 0.84 0.25
Hex A 77 10 5C 0 57 35 7B 54 19
Octal 12 167 20 134 0 127 65 173 124 31
Binary 1010 1110111 10000 1011100 0 1010111 110101 1111011 1010100 11001

Color Harmonies of #0A7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7710

Black with #0A7710

Text Example


Text Example

White with #0A7710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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