#076F42

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

Shades of Jewel #076F42

Tints of Jewel #076F42

Color information

#076F42 (or 0x076F42) is unknown color: approx Jewel. HEX triplet: 07, 6F and 42. RGB value is (7,111,66). Sum of RGB (Red+Green+Blue) = 7+111+66=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #076F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F42 is #F890BD. Grayscale: #4A4A4A. Windows color (decimal): -16289982 or 4353799. OLE color: 4353799.

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

Color convert

RGB711166-
CMYK0.9400.410.56
HSL154.04º88.14%23.14%-
HSV(B)154.04º93.69%43.53%-
XYZ6.7611.817.08-
YUV74.77123.0479.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 111 (43.75% from 255) = 60.33%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=3.80%
G=60.33%
B=35.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111660.9400.410.56154.0488.1423.14
Hex76F425E029389a5817
Octal71571021360517023213027
Binary111110111110000101011110010100111100010011010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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