Html Css Color HEX #076F13 Green

📋 copy color: '#076F13'

red 7 ◦ green 111 ◦ blue 19

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

Shades of Green #076F13

Tints of Green #076F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 81.02%

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

R = 5.11%
G = 81.02%
B = 13.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#076F13 (or 0x076F13) is known color: Green. HEX triplet: 07, 6F and 13. RGB value is (7,111,19). Sum of RGB (Red+Green+Blue) = 7+111+19=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 111 (43.75% from 255 or 81.02% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 111 - color contains mainly: green. Hex color #076F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F13 is #F890EC. Grayscale: #454545. Windows color (decimal): -16290029 or 1273607. OLE color: 1273607.

HSL color Cylindrical-coordinate representation of color #076F13: hue angle of 126.92º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F13 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 111 19 -
CMYK 0.94 0 0.83 0.56
HSL 126.92º 0.88% 0.23% -
HSV(B) 126.92º 0.94% 0.44% -
XYZ 5.89 11.46 2.52 -
YUV 69.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 7 111 19 0.94 0 0.83 0.56 126.92 0.88 0.23
Hex 7 6F 13 5E 0 53 38 7F 58 17
Octal 7 157 23 136 0 123 70 177 130 27
Binary 111 1101111 10011 1011110 0 1010011 111000 1111111 1011000 10111

Color Harmonies of #076F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F13

Black with #076F13

Text Example


Text Example

White with #076F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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