#076D3D

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

Shades of Jewel #076D3D

Tints of Jewel #076D3D

Color information

#076D3D (or 0x076D3D) is unknown color: approx Jewel. HEX triplet: 07, 6D and 3D. RGB value is (7,109,61). Sum of RGB (Red+Green+Blue) = 7+109+61=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #076D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D3D is #F892C2. Grayscale: #494949. Windows color (decimal): -16290499 or 4025607. OLE color: 4025607.

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

Color convert

RGB710961-
CMYK0.9400.440.57
HSL151.76º87.93%22.75%-
HSV(B)151.76º93.58%42.75%-
XYZ6.411.326.26-
YUV73.03121.2180.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 109 (42.97% from 255) = 61.58%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=3.95%
G=61.58%
B=34.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7109610.9400.440.57151.7687.9322.75
Hex76D3D5E02C39985817
Octal7155751360547123013027
Binary11111011011111011011110010110011100110011000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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