Html Css Color HEX #14770B Green

📋 copy color: '#14770B'

red 20 ◦ green 119 ◦ blue 11

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

Shades of Green #14770B

Tints of Green #14770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 79.33%

 BLUE value IS 11 (4.69% from 255) = 7.33%

R = 13.33%
G = 79.33%
B = 7.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#14770B (or 0x14770B) is known color: Green. HEX triplet: 14, 77 and 0B. RGB value is (20,119,11). Sum of RGB (Red+Green+Blue) = 20+119+11=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 119 (46.88% from 255 or 79.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 119 - color contains mainly: green. Hex color #14770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14770B is #EB88F4. Grayscale: #4D4D4D. Windows color (decimal): -15436021 or 751380. OLE color: 751380.

HSL color Cylindrical-coordinate representation of color #14770B: hue angle of 115º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14770B is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 119 11 -
CMYK 0.83 0 0.91 0.53
HSL 115º 0.83% 0.25% -
HSV(B) 115º 0.91% 0.47% -
XYZ 6.95 13.37 2.53 -
YUV 77.09 90.7 87.28 -
System Red Green Blue C M Y K H S L
Decimal 20 119 11 0.83 0 0.91 0.53 115 0.83 0.25
Hex 14 77 B 53 0 5B 35 73 53 19
Octal 24 167 13 123 0 133 65 163 123 31
Binary 10100 1110111 1011 1010011 0 1011011 110101 1110011 1010011 11001

Color Harmonies of #14770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14770B

Black with #14770B

Text Example


Text Example

White with #14770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14770B; }

 p { color: rgb(20,119,11); }

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

background-color css

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

 a { background-color: rgb(20,119,11); }

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

border-color css

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

 span { border-color: rgb(20,119,11); }

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