Html Css Color HEX #127516 Forest Green

📋 copy color: '#127516'

red 18 ◦ green 117 ◦ blue 22

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

Shades of Forest Green #127516

Tints of Forest Green #127516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 74.52%

 BLUE value IS 22 (8.98% from 255) = 14.01%

R = 11.46%
G = 74.52%
B = 14.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#127516 (or 0x127516) is known color: Forest Green. HEX triplet: 12, 75 and 16. RGB value is (18,117,22). Sum of RGB (Red+Green+Blue) = 18+117+22=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #127516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127516 is #ED8AE9. Grayscale: #4C4C4C. Windows color (decimal): -15567594 or 1471762. OLE color: 1471762.

HSL color Cylindrical-coordinate representation of color #127516: hue angle of 122.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127516 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 22 -
CMYK 0.85 0 0.81 0.54
HSL 122.42º 0.73% 0.26% -
HSV(B) 122.42º 0.85% 0.46% -
XYZ 6.76 12.91 2.89 -
YUV 76.57 97.2 86.22 -
System Red Green Blue C M Y K H S L
Decimal 18 117 22 0.85 0 0.81 0.54 122.42 0.73 0.26
Hex 12 75 16 55 0 51 36 7A 49 1A
Octal 22 165 26 125 0 121 66 172 111 32
Binary 10010 1110101 10110 1010101 0 1010001 110110 1111010 1001001 11010

Color Harmonies of #127516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127516

Black with #127516

Text Example


Text Example

White with #127516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127516; }

 p { color: rgb(18,117,22); }

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

background-color css

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

 a { background-color: rgb(18,117,22); }

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

border-color css

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

 span { border-color: rgb(18,117,22); }

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