Html Css Color HEX #050706 Dark Green

📋 copy color: '#050706'

red 5 ◦ green 7 ◦ blue 6

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

Shades of Dark Green #050706

Tints of Dark Green #050706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 38.89%

 BLUE value IS 6 (2.73% from 255) = 33.33%

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.97

RGB Variations

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

Color information

#050706 (or 0x050706) is known color: Dark Green. HEX triplet: 05, 07 and 06. RGB value is (5,7,6). Sum of RGB (Red+Green+Blue) = 5+7+6=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 6 (2.73% from 255 or 33.33% from 18); Max value from RGB is 7 - color contains mainly: green. Hex color #050706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050706 is #FAF8F9. Grayscale: #060606. Windows color (decimal): -16447738 or 395013. OLE color: 395013.

HSL color Cylindrical-coordinate representation of color #050706: hue angle of 150º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #050706 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 7 6 -
CMYK 0.29 0 0.14 0.97
HSL 150º 0.17% 0.02% -
HSV(B) 150º 0.29% 0.03% -
XYZ 0.17 0.2 0.2 -
YUV 6.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 5 7 6 0.29 0 0.14 0.97 150 0.17 0.02
Hex 5 7 6 1D 0 E 61 96 11 2
Octal 5 7 6 35 0 16 141 226 21 2
Binary 101 111 110 11101 0 1110 1100001 10010110 10001 10

Color Harmonies of #050706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050706

Black with #050706

Text Example


Text Example

White with #050706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050706; }

 p { color: rgb(5,7,6); }

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

background-color css

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

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

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

border-color css

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

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

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