#076F3D

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

Shades of Jewel #076F3D

Tints of Jewel #076F3D

Color information

#076F3D (or 0x076F3D) is unknown color: approx Jewel. HEX triplet: 07, 6F and 3D. RGB value is (7,111,61). Sum of RGB (Red+Green+Blue) = 7+111+61=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #076F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F3D is #F890C2. Grayscale: #4A4A4A. Windows color (decimal): -16289987 or 4026119. OLE color: 4026119.

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

Color convert

RGB711161-
CMYK0.9400.450.56
HSL151.15º88.14%23.14%-
HSV(B)151.15º93.69%43.53%-
XYZ6.6111.756.33-
YUV74.2120.5480.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 111 (43.75% from 255) = 62.01%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=3.91%
G=62.01%
B=34.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111610.9400.450.56151.1588.1423.14
Hex76F3D5E02D38975817
Octal7157751360557022713027
Binary11111011111111011011110010110111100010010111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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