Html Css Color HEX #076913 Green

📋 copy color: '#076913'

red 7 ◦ green 105 ◦ blue 19

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

Shades of Green #076913

Tints of Green #076913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 80.15%

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

R = 5.34%
G = 80.15%
B = 14.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#076913 (or 0x076913) is known color: Green. HEX triplet: 07, 69 and 13. RGB value is (7,105,19). Sum of RGB (Red+Green+Blue) = 7+105+19=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 105 (41.41% from 255 or 80.15% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 105 - color contains mainly: green. Hex color #076913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076913 is #F896EC. Grayscale: #424242. Windows color (decimal): -16291565 or 1272071. OLE color: 1272071.

HSL color Cylindrical-coordinate representation of color #076913: hue angle of 127.35º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076913 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 19 -
CMYK 0.93 0 0.82 0.59
HSL 127.35º 0.88% 0.22% -
HSV(B) 127.35º 0.93% 0.41% -
XYZ 5.26 10.2 2.31 -
YUV 65.89 101.53 85.99 -
System Red Green Blue C M Y K H S L
Decimal 7 105 19 0.93 0 0.82 0.59 127.35 0.88 0.22
Hex 7 69 13 5D 0 52 3B 7F 58 16
Octal 7 151 23 135 0 122 73 177 130 26
Binary 111 1101001 10011 1011101 0 1010010 111011 1111111 1011000 10110

Color Harmonies of #076913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076913

Black with #076913

Text Example


Text Example

White with #076913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076913; }

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

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

background-color css

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

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

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

border-color css

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

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

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