Html Css Color HEX #127607 Green

📋 copy color: '#127607'

red 18 ◦ green 118 ◦ blue 7

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

Shades of Green #127607

Tints of Green #127607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.9%

R = 12.59%
G = 82.52%
B = 4.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#127607 (or 0x127607) is known color: Green. HEX triplet: 12, 76 and 07. RGB value is (18,118,7). Sum of RGB (Red+Green+Blue) = 18+118+7=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 118 (46.48% from 255 or 82.52% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 118 - color contains mainly: green. Hex color #127607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127607 is #ED89F8. Grayscale: #4B4B4B. Windows color (decimal): -15567353 or 488978. OLE color: 488978.

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

Color convert

RGB 18 118 7 -
CMYK 0.85 0 0.94 0.54
HSL 114.05º 0.89% 0.25% -
HSV(B) 114.05º 0.94% 0.46% -
XYZ 6.77 13.1 2.37 -
YUV 75.45 89.37 87.03 -
System Red Green Blue C M Y K H S L
Decimal 18 118 7 0.85 0 0.94 0.54 114.05 0.89 0.25
Hex 12 76 7 55 0 5E 36 72 59 19
Octal 22 166 7 125 0 136 66 162 131 31
Binary 10010 1110110 111 1010101 0 1011110 110110 1110010 1011001 11001

Color Harmonies of #127607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127607

Black with #127607

Text Example


Text Example

White with #127607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127607; }

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

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

background-color css

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

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

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

border-color css

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

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

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