Html Css Color HEX #127616 Forest Green

📋 copy color: '#127616'

red 18 ◦ green 118 ◦ blue 22

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

Shades of Forest Green #127616

Tints of Forest Green #127616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 74.68%

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

R = 11.39%
G = 74.68%
B = 13.92%

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

#127616 (or 0x127616) is known color: Forest Green. HEX triplet: 12, 76 and 16. RGB value is (18,118,22). Sum of RGB (Red+Green+Blue) = 18+118+22=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #127616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127616 is #ED89E9. Grayscale: #4D4D4D. Windows color (decimal): -15567338 or 1472018. OLE color: 1472018.

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

Color convert

RGB 18 118 22 -
CMYK 0.85 0 0.81 0.54
HSL 122.4º 0.74% 0.27% -
HSV(B) 122.4º 0.85% 0.46% -
XYZ 6.87 13.14 2.93 -
YUV 77.16 96.87 85.81 -
System Red Green Blue C M Y K H S L
Decimal 18 118 22 0.85 0 0.81 0.54 122.4 0.74 0.27
Hex 12 76 16 55 0 51 36 7A 4A 1B
Octal 22 166 26 125 0 121 66 172 112 33
Binary 10010 1110110 10110 1010101 0 1010001 110110 1111010 1001010 11011

Color Harmonies of #127616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127616

Black with #127616

Text Example


Text Example

White with #127616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127616; }

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

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

background-color css

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

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

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

border-color css

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

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

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