Html Css Color HEX #056F14 Green

📋 copy color: '#056F14'

red 5 ◦ green 111 ◦ blue 20

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

Shades of Green #056F14

Tints of Green #056F14

RGB

 RED value IS 5 (2.34% from 255) = 3.68%

 GREEN value IS 111 (43.75% from 255) = 81.62%

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 3.68%
G = 81.62%
B = 14.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#056F14 (or 0x056F14) is known color: Green. HEX triplet: 05, 6F and 14. RGB value is (5,111,20). Sum of RGB (Red+Green+Blue) = 5+111+20=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 111 (43.75% from 255 or 81.62% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 111 - color contains mainly: green. Hex color #056F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056F14 is #FA90EB. Grayscale: #454545. Windows color (decimal): -16421100 or 1339141. OLE color: 1339141.

HSL color Cylindrical-coordinate representation of color #056F14: hue angle of 128.49º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F14 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 111 20 -
CMYK 0.95 0 0.82 0.56
HSL 128.49º 0.91% 0.23% -
HSV(B) 128.49º 0.95% 0.44% -
XYZ 5.87 11.45 2.56 -
YUV 68.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 5 111 20 0.95 0 0.82 0.56 128.49 0.91 0.23
Hex 5 6F 14 5F 0 52 38 80 5B 17
Octal 5 157 24 137 0 122 70 200 133 27
Binary 101 1101111 10100 1011111 0 1010010 111000 10000000 1011011 10111

Color Harmonies of #056F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F14

Black with #056F14

Text Example


Text Example

White with #056F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056F14; }

 p { color: rgb(5,111,20); }

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

background-color css

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

 a { background-color: rgb(5,111,20); }

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

border-color css

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

 span { border-color: rgb(5,111,20); }

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