Html Css Color HEX #14760F Green

📋 copy color: '#14760F'

red 20 ◦ green 118 ◦ blue 15

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

Shades of Green #14760F

Tints of Green #14760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.8%

R = 13.07%
G = 77.12%
B = 9.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#14760F (or 0x14760F) is known color: Green. HEX triplet: 14, 76 and 0F. RGB value is (20,118,15). Sum of RGB (Red+Green+Blue) = 20+118+15=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #14760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14760F is #EB89F0. Grayscale: #4D4D4D. Windows color (decimal): -15436273 or 1013268. OLE color: 1013268.

HSL color Cylindrical-coordinate representation of color #14760F: hue angle of 117.09º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14760F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 15 -
CMYK 0.83 0 0.87 0.54
HSL 117.09º 0.77% 0.26% -
HSV(B) 117.09º 0.87% 0.46% -
XYZ 6.85 13.14 2.63 -
YUV 76.96 93.03 87.38 -
System Red Green Blue C M Y K H S L
Decimal 20 118 15 0.83 0 0.87 0.54 117.09 0.77 0.26
Hex 14 76 F 53 0 57 36 75 4D 1A
Octal 24 166 17 123 0 127 66 165 115 32
Binary 10100 1110110 1111 1010011 0 1010111 110110 1110101 1001101 11010

Color Harmonies of #14760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14760F

Black with #14760F

Text Example


Text Example

White with #14760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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