Html Css Color HEX #056A05 Green

📋 copy color: '#056A05'

red 5 ◦ green 106 ◦ blue 5

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

Shades of Green #056A05

Tints of Green #056A05

RGB

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

 GREEN value IS 106 (41.8% from 255) = 91.38%

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 4.31%
G = 91.38%
B = 4.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#056A05 (or 0x056A05) is known color: Green. HEX triplet: 05, 6A and 05. RGB value is (5,106,5). Sum of RGB (Red+Green+Blue) = 5+106+5=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 106 (41.80% from 255 or 91.38% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 106 - color contains mainly: green. Hex color #056A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056A05 is #FA95FA. Grayscale: #404040. Windows color (decimal): -16422395 or 354821. OLE color: 354821.

HSL color Cylindrical-coordinate representation of color #056A05: hue angle of 120º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A05 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 106 5 -
CMYK 0.95 0 0.95 0.58
HSL 120º 0.91% 0.22% -
HSV(B) 120º 0.95% 0.42% -
XYZ 5.24 10.35 1.87 -
YUV 64.29 94.54 85.71 -
System Red Green Blue C M Y K H S L
Decimal 5 106 5 0.95 0 0.95 0.58 120 0.91 0.22
Hex 5 6A 5 5F 0 5F 3A 78 5B 16
Octal 5 152 5 137 0 137 72 170 133 26
Binary 101 1101010 101 1011111 0 1011111 111010 1111000 1011011 10110

Color Harmonies of #056A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056A05

Black with #056A05

Text Example


Text Example

White with #056A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,106,5); }

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

background-color css

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

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

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

border-color css

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

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

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