#076C42

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

Shades of Jewel #076C42

Tints of Jewel #076C42

Color information

#076C42 (or 0x076C42) is unknown color: approx Jewel. HEX triplet: 07, 6C and 42. RGB value is (7,108,66). Sum of RGB (Red+Green+Blue) = 7+108+66=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #076C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076C42 is #F893BD. Grayscale: #494949. Windows color (decimal): -16290750 or 4353031. OLE color: 4353031.

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

Color convert

RGB710866-
CMYK0.9400.390.58
HSL155.05º87.83%22.55%-
HSV(B)155.05º93.52%42.35%-
XYZ6.4311.166.97-
YUV73.01124.0480.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.87%
GREEN value IS 108 (42.58% from 255) = 59.67%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=3.87%
G=59.67%
B=36.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7108660.9400.390.58155.0587.8322.55
Hex76C425E0273A9b5817
Octal71541021360477223313027
Binary111110110010000101011110010011111101010011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,108,66); }

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

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

 a { background-color: rgb(7,108,66); }

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

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

 span { border-color: rgb(7,108,66); }

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