#076A3C

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

Shades of Jewel #076A3C

Tints of Jewel #076A3C

Color information

#076A3C (or 0x076A3C) is unknown color: approx Jewel. HEX triplet: 07, 6A and 3C. RGB value is (7,106,60). Sum of RGB (Red+Green+Blue) = 7+106+60=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 106 (41.80% from 255 or 61.27% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 106 - color contains mainly: green. Hex color #076A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A3C is #F895C3. Grayscale: #474747. Windows color (decimal): -16291268 or 3959303. OLE color: 3959303.

HSL color Cylindrical-coordinate representation of color #076A3C: hue angle of 152.12º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A3C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB710660-
CMYK0.9300.430.58
HSL152.12º87.61%22.16%-
HSV(B)152.12º93.4%41.57%-
XYZ6.0610.686.02-
YUV71.16121.782.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 106 (41.80% from 255) = 61.27%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=4.05%
G=61.27%
B=34.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7106600.9300.430.58152.1287.6122.16
Hex76A3C5D02B3A985816
Octal7152741350537223013026
Binary11111010101111001011101010101111101010011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,106,60); }

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

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

 a { background-color: rgb(7,106,60); }

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

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

 span { border-color: rgb(7,106,60); }

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