Html Css Color HEX #127612 Green

📋 copy color: '#127612'

red 18 ◦ green 118 ◦ blue 18

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

Shades of Green #127612

Tints of Green #127612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 11.69%
G = 76.62%
B = 11.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#127612 (or 0x127612) is known color: Green. HEX triplet: 12, 76 and 12. RGB value is (18,118,18). Sum of RGB (Red+Green+Blue) = 18+118+18=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 118 (46.48% from 255 or 76.62% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 118 - color contains mainly: green. Hex color #127612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127612 is #ED89ED. Grayscale: #4D4D4D. Windows color (decimal): -15567342 or 1209874. OLE color: 1209874.

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

Color convert

RGB 18 118 18 -
CMYK 0.85 0 0.85 0.54
HSL 120º 0.74% 0.27% -
HSV(B) 120º 0.85% 0.46% -
XYZ 6.84 13.13 2.75 -
YUV 76.7 94.87 86.13 -
System Red Green Blue C M Y K H S L
Decimal 18 118 18 0.85 0 0.85 0.54 120 0.74 0.27
Hex 12 76 12 55 0 55 36 78 4A 1B
Octal 22 166 22 125 0 125 66 170 112 33
Binary 10010 1110110 10010 1010101 0 1010101 110110 1111000 1001010 11011

Color Harmonies of #127612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127612

Black with #127612

Text Example


Text Example

White with #127612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127612; }

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

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

background-color css

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

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

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

border-color css

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

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

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