Html Css Color HEX #147607 Green

📋 copy color: '#147607'

red 20 ◦ green 118 ◦ blue 7

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

Shades of Green #147607

Tints of Green #147607

RGB

 RED value IS 20 (8.2% from 255) = 13.79%

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

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

R = 13.79%
G = 81.38%
B = 4.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#147607 (or 0x147607) is known color: Green. HEX triplet: 14, 76 and 07. RGB value is (20,118,7). Sum of RGB (Red+Green+Blue) = 20+118+7=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #147607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147607 is #EB89F8. Grayscale: #4C4C4C. Windows color (decimal): -15436281 or 488980. OLE color: 488980.

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

Color convert

RGB 20 118 7 -
CMYK 0.83 0 0.94 0.54
HSL 112.97º 0.89% 0.25% -
HSV(B) 112.97º 0.94% 0.46% -
XYZ 6.81 13.12 2.37 -
YUV 76.04 89.03 88.03 -
System Red Green Blue C M Y K H S L
Decimal 20 118 7 0.83 0 0.94 0.54 112.97 0.89 0.25
Hex 14 76 7 53 0 5E 36 71 59 19
Octal 24 166 7 123 0 136 66 161 131 31
Binary 10100 1110110 111 1010011 0 1011110 110110 1110001 1011001 11001

Color Harmonies of #147607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147607

Black with #147607

Text Example


Text Example

White with #147607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147607; }

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

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

background-color css

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

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

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

border-color css

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

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

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