Html Css Color HEX #128710 Forest Green

📋 copy color: '#128710'

red 18 ◦ green 135 ◦ blue 16

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

Shades of Forest Green #128710

Tints of Forest Green #128710

RGB

 RED value IS 18 (7.42% from 255) = 10.65%

 GREEN value IS 135 (53.13% from 255) = 79.88%

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

R = 10.65%
G = 79.88%
B = 9.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#128710 (or 0x128710) is known color: Forest Green. HEX triplet: 12, 87 and 10. RGB value is (18,135,16). Sum of RGB (Red+Green+Blue) = 18+135+16=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 135 (53.12% from 255 or 79.88% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 135 - color contains mainly: green. Hex color #128710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128710 is #ED78EF. Grayscale: #565656. Windows color (decimal): -15562992 or 1083154. OLE color: 1083154.

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

Color convert

RGB 18 135 16 -
CMYK 0.87 0 0.88 0.47
HSL 118.99º 0.79% 0.3% -
HSV(B) 118.99º 0.88% 0.53% -
XYZ 9.01 17.49 3.39 -
YUV 86.45 88.24 79.18 -
System Red Green Blue C M Y K H S L
Decimal 18 135 16 0.87 0 0.88 0.47 118.99 0.79 0.3
Hex 12 87 10 57 0 58 2F 77 4F 1E
Octal 22 207 20 127 0 130 57 167 117 36
Binary 10010 10000111 10000 1010111 0 1011000 101111 1110111 1001111 11110

Color Harmonies of #128710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128710

Black with #128710

Text Example


Text Example

White with #128710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128710; }

 p { color: rgb(18,135,16); }

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

background-color css

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

 a { background-color: rgb(18,135,16); }

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

border-color css

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

 span { border-color: rgb(18,135,16); }

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