Html Css Color HEX #076013 Green

📋 copy color: '#076013'

red 7 ◦ green 96 ◦ blue 19

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

Shades of Green #076013

Tints of Green #076013

RGB

 RED value IS 7 (3.13% from 255) = 5.74%

 GREEN value IS 96 (37.89% from 255) = 78.69%

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 5.74%
G = 78.69%
B = 15.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#076013 (or 0x076013) is known color: Green. HEX triplet: 07, 60 and 13. RGB value is (7,96,19). Sum of RGB (Red+Green+Blue) = 7+96+19=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #076013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076013 is #F89FEC. Grayscale: #3C3C3C. Windows color (decimal): -16293869 or 1269767. OLE color: 1269767.

HSL color Cylindrical-coordinate representation of color #076013: hue angle of 128.09º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076013 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 19 -
CMYK 0.93 0 0.80 0.62
HSL 128.09º 0.86% 0.2% -
HSV(B) 128.09º 0.93% 0.38% -
XYZ 4.39 8.46 2.02 -
YUV 60.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 7 96 19 0.93 0 0.80 0.62 128.09 0.86 0.2
Hex 7 60 13 5D 0 50 3E 80 56 14
Octal 7 140 23 135 0 120 76 200 126 24
Binary 111 1100000 10011 1011101 0 1010000 111110 10000000 1010110 10100

Color Harmonies of #076013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076013

Black with #076013

Text Example


Text Example

White with #076013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076013; }

 p { color: rgb(7,96,19); }

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

background-color css

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

 a { background-color: rgb(7,96,19); }

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

border-color css

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

 span { border-color: rgb(7,96,19); }

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