Html Css Color HEX #127604 Green

📋 copy color: '#127604'

red 18 ◦ green 118 ◦ blue 4

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

Shades of Green #127604

Tints of Green #127604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.86%

R = 12.86%
G = 84.29%
B = 2.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#127604 (or 0x127604) is known color: Green. HEX triplet: 12, 76 and 04. RGB value is (18,118,4). Sum of RGB (Red+Green+Blue) = 18+118+4=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 118 (46.48% from 255 or 84.29% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 118 - color contains mainly: green. Hex color #127604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127604 is #ED89FB. Grayscale: #4B4B4B. Windows color (decimal): -15567356 or 292370. OLE color: 292370.

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

Color convert

RGB 18 118 4 -
CMYK 0.85 0 0.97 0.54
HSL 112.63º 0.93% 0.24% -
HSV(B) 112.63º 0.97% 0.46% -
XYZ 6.75 13.09 2.29 -
YUV 75.1 87.87 87.27 -
System Red Green Blue C M Y K H S L
Decimal 18 118 4 0.85 0 0.97 0.54 112.63 0.93 0.24
Hex 12 76 4 55 0 61 36 71 5D 18
Octal 22 166 4 125 0 141 66 161 135 30
Binary 10010 1110110 100 1010101 0 1100001 110110 1110001 1011101 11000

Color Harmonies of #127604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127604

Black with #127604

Text Example


Text Example

White with #127604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127604; }

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

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

background-color css

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

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

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

border-color css

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

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

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