#076C43

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

Shades of Jewel #076C43

Tints of Jewel #076C43

Color information

#076C43 (or 0x076C43) is unknown color: approx Jewel. HEX triplet: 07, 6C and 43. RGB value is (7,108,67). Sum of RGB (Red+Green+Blue) = 7+108+67=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #076C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076C43 is #F893BC. Grayscale: #494949. Windows color (decimal): -16290749 or 4418567. OLE color: 4418567.

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

Color convert

RGB710867-
CMYK0.9400.380.58
HSL155.64º87.83%22.55%-
HSV(B)155.64º93.52%42.35%-
XYZ6.4611.187.13-
YUV73.13124.5480.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 108 (42.58% from 255) = 59.34%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=3.85%
G=59.34%
B=36.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7108670.9400.380.58155.6487.8322.55
Hex76C435E0263A9c5817
Octal71541031360467223413027
Binary111110110010000111011110010011011101010011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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