Html Css Color HEX #076113 Green

📋 copy color: '#076113'

red 7 ◦ green 97 ◦ blue 19

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

Shades of Green #076113

Tints of Green #076113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 78.86%

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

R = 5.69%
G = 78.86%
B = 15.45%

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

#076113 (or 0x076113) is known color: Green. HEX triplet: 07, 61 and 13. RGB value is (7,97,19). Sum of RGB (Red+Green+Blue) = 7+97+19=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #076113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076113 is #F89EEC. Grayscale: #3D3D3D. Windows color (decimal): -16293613 or 1270023. OLE color: 1270023.

HSL color Cylindrical-coordinate representation of color #076113: hue angle of 128º degrees, saturation: 0.87, 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 #076113 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 19 -
CMYK 0.93 0 0.80 0.62
HSL 128º 0.87% 0.2% -
HSV(B) 128º 0.93% 0.38% -
XYZ 4.48 8.64 2.05 -
YUV 61.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 7 97 19 0.93 0 0.80 0.62 128 0.87 0.2
Hex 7 61 13 5D 0 50 3E 80 57 14
Octal 7 141 23 135 0 120 76 200 127 24
Binary 111 1100001 10011 1011101 0 1010000 111110 10000000 1010111 10100

Color Harmonies of #076113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076113

Black with #076113

Text Example


Text Example

White with #076113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076113; }

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

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

background-color css

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

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

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

border-color css

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

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

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