Html Css Color HEX #076513 Green

📋 copy color: '#076513'

red 7 ◦ green 101 ◦ blue 19

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

Shades of Green #076513

Tints of Green #076513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 79.53%

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

R = 5.51%
G = 79.53%
B = 14.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#076513 (or 0x076513) is known color: Green. HEX triplet: 07, 65 and 13. RGB value is (7,101,19). Sum of RGB (Red+Green+Blue) = 7+101+19=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 101 (39.84% from 255 or 79.53% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 101 - color contains mainly: green. Hex color #076513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076513 is #F89AEC. Grayscale: #3F3F3F. Windows color (decimal): -16292589 or 1271047. OLE color: 1271047.

HSL color Cylindrical-coordinate representation of color #076513: hue angle of 127.66º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076513 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 101 19 -
CMYK 0.93 0 0.81 0.60
HSL 127.66º 0.87% 0.21% -
HSV(B) 127.66º 0.93% 0.4% -
XYZ 4.86 9.4 2.17 -
YUV 63.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 7 101 19 0.93 0 0.81 0.60 127.66 0.87 0.21
Hex 7 65 13 5D 0 51 3C 80 57 15
Octal 7 145 23 135 0 121 74 200 127 25
Binary 111 1100101 10011 1011101 0 1010001 111100 10000000 1010111 10101

Color Harmonies of #076513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076513

Black with #076513

Text Example


Text Example

White with #076513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076513; }

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

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

background-color css

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

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

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

border-color css

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

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

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