#076F1B

Color #076F1B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #076F1B

Tints of Green #076F1B

Color information

#076F1B (or 0x076F1B) is unknown color: approx Green. HEX triplet: 07, 6F and 1B. RGB value is (7,111,27). Sum of RGB (Red+Green+Blue) = 7+111+27=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 111 (43.75% from 255 or 76.55% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 111 - color contains mainly: green. Hex color #076F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F1B is #F890E4. Grayscale: #464646. Windows color (decimal): -16290021 or 1797895. OLE color: 1797895.

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

Color convert

RGB711127-
CMYK0.9400.760.56
HSL131.54º88.14%23.14%-
HSV(B)131.54º93.69%43.53%-
XYZ5.9711.492.94-
YUV70.33103.5482.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 111 (43.75% from 255) = 76.55%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=4.83%
G=76.55%
B=18.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111270.9400.760.56131.5488.1423.14
Hex76F1B5E04C38845817
Octal71573313601147020413027
Binary11111011111101110111100100110011100010000100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #076F1B;
 }
 .AnyTagClassName
 {
   color: #076F1B;
 }
</style>
background-color css

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

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

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

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

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

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