Html Css Color HEX #10770E Green

📋 copy color: '#10770E'

red 16 ◦ green 119 ◦ blue 14

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

Shades of Green #10770E

Tints of Green #10770E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 10.74%
G = 79.87%
B = 9.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#10770E (or 0x10770E) is known color: Green. HEX triplet: 10, 77 and 0E. RGB value is (16,119,14). Sum of RGB (Red+Green+Blue) = 16+119+14=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 119 (46.88% from 255 or 79.87% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 119 - color contains mainly: green. Hex color #10770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10770E is #EF88F1. Grayscale: #4C4C4C. Windows color (decimal): -15698162 or 947984. OLE color: 947984.

HSL color Cylindrical-coordinate representation of color #10770E: hue angle of 118.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10770E is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 119 14 -
CMYK 0.87 0 0.88 0.53
HSL 118.86º 0.79% 0.26% -
HSV(B) 118.86º 0.88% 0.47% -
XYZ 6.89 13.34 2.63 -
YUV 76.23 92.88 85.04 -
System Red Green Blue C M Y K H S L
Decimal 16 119 14 0.87 0 0.88 0.53 118.86 0.79 0.26
Hex 10 77 E 57 0 58 35 77 4F 1A
Octal 20 167 16 127 0 130 65 167 117 32
Binary 10000 1110111 1110 1010111 0 1011000 110101 1110111 1001111 11010

Color Harmonies of #10770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10770E

Black with #10770E

Text Example


Text Example

White with #10770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10770E; }

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

 H1.HeaderClassName
 {
   color: #10770E;
 }
 .AnyTagClassName
 {
   color: #10770E;
 }
</style>

background-color css

<style>
 a { background-color: #10770E; }

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

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

border-color css

<style>
 span { border-color: #10770E; }

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

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