#076c44

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

Shades of Jewel #076C44

Tints of Jewel #076C44

Color information

#076C44 (or 0x076C44) is unknown color: approx Jewel. HEX triplet: 07, 6C and 44. RGB value is (7,108,68). Sum of RGB (Red+Green+Blue) = 7+108+68=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #076C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076C44 is #F893BB. Grayscale: #494949. Windows color (decimal): -16290748 or 4484103. OLE color: 4484103.

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

Color convert

RGB710868-
CMYK0.9400.370.58
HSL156.24º87.83%22.55%-
HSV(B)156.24º93.52%42.35%-
XYZ6.4911.197.29-
YUV73.24125.0480.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 108 (42.58% from 255) = 59.02%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=3.83%
G=59.02%
B=37.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7108680.9400.370.58156.2487.8322.55
Hex76C445E0253A9c5817
Octal71541041360457223413027
Binary111110110010001001011110010010111101010011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076c44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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