Html Css Color HEX #127606 Green

📋 copy color: '#127606'

red 18 ◦ green 118 ◦ blue 6

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

Shades of Green #127606

Tints of Green #127606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.23%

R = 12.68%
G = 83.1%
B = 4.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#127606 (or 0x127606) is known color: Green. HEX triplet: 12, 76 and 06. RGB value is (18,118,6). Sum of RGB (Red+Green+Blue) = 18+118+6=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 118 (46.48% from 255 or 83.10% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 118 - color contains mainly: green. Hex color #127606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127606 is #ED89F9. Grayscale: #4B4B4B. Windows color (decimal): -15567354 or 423442. OLE color: 423442.

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

Color convert

RGB 18 118 6 -
CMYK 0.85 0 0.95 0.54
HSL 113.57º 0.9% 0.24% -
HSV(B) 113.57º 0.95% 0.46% -
XYZ 6.76 13.1 2.34 -
YUV 75.33 88.87 87.11 -
System Red Green Blue C M Y K H S L
Decimal 18 118 6 0.85 0 0.95 0.54 113.57 0.9 0.24
Hex 12 76 6 55 0 5F 36 72 5A 18
Octal 22 166 6 125 0 137 66 162 132 30
Binary 10010 1110110 110 1010101 0 1011111 110110 1110010 1011010 11000

Color Harmonies of #127606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127606

Black with #127606

Text Example


Text Example

White with #127606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127606; }

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

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

background-color css

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

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

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

border-color css

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

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

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