Html Css Color HEX #127617 Forest Green

📋 copy color: '#127617'

red 18 ◦ green 118 ◦ blue 23

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

Shades of Forest Green #127617

Tints of Forest Green #127617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.47%

R = 11.32%
G = 74.21%
B = 14.47%

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

#127617 (or 0x127617) is known color: Forest Green. HEX triplet: 12, 76 and 17. RGB value is (18,118,23). Sum of RGB (Red+Green+Blue) = 18+118+23=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #127617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127617 is #ED89E8. Grayscale: #4D4D4D. Windows color (decimal): -15567337 or 1537554. OLE color: 1537554.

HSL color Cylindrical-coordinate representation of color #127617: hue angle of 123º 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 #127617 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 23 -
CMYK 0.85 0 0.81 0.54
HSL 123º 0.74% 0.27% -
HSV(B) 123º 0.85% 0.46% -
XYZ 6.88 13.15 2.99 -
YUV 77.27 97.37 85.72 -
System Red Green Blue C M Y K H S L
Decimal 18 118 23 0.85 0 0.81 0.54 123 0.74 0.27
Hex 12 76 17 55 0 51 36 7B 4A 1B
Octal 22 166 27 125 0 121 66 173 112 33
Binary 10010 1110110 10111 1010101 0 1010001 110110 1111011 1001010 11011

Color Harmonies of #127617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127617

Black with #127617

Text Example


Text Example

White with #127617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127617; }

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

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

background-color css

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

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

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

border-color css

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

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

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