Html Css Color HEX #076F15 Green

📋 copy color: '#076F15'

red 7 ◦ green 111 ◦ blue 21

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

Shades of Green #076F15

Tints of Green #076F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 5.04%
G = 79.86%
B = 15.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#076F15 (or 0x076F15) is known color: Green. HEX triplet: 07, 6F and 15. RGB value is (7,111,21). Sum of RGB (Red+Green+Blue) = 7+111+21=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 111 (43.75% from 255 or 79.86% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 111 - color contains mainly: green. Hex color #076F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F15 is #F890EA. Grayscale: #454545. Windows color (decimal): -16290027 or 1404679. OLE color: 1404679.

HSL color Cylindrical-coordinate representation of color #076F15: hue angle of 128.08º 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 #076F15 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 111 21 -
CMYK 0.94 0 0.81 0.56
HSL 128.08º 0.88% 0.23% -
HSV(B) 128.08º 0.94% 0.44% -
XYZ 5.91 11.47 2.61 -
YUV 69.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 7 111 21 0.94 0 0.81 0.56 128.08 0.88 0.23
Hex 7 6F 15 5E 0 51 38 80 58 17
Octal 7 157 25 136 0 121 70 200 130 27
Binary 111 1101111 10101 1011110 0 1010001 111000 10000000 1011000 10111

Color Harmonies of #076F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F15

Black with #076F15

Text Example


Text Example

White with #076F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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