#076843

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

Shades of Jewel #076843

Tints of Jewel #076843

Color information

#076843 (or 0x076843) is unknown color: approx Jewel. HEX triplet: 07, 68 and 43. RGB value is (7,104,67). Sum of RGB (Red+Green+Blue) = 7+104+67=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #076843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076843 is #F897BC. Grayscale: #464646. Windows color (decimal): -16291773 or 4417543. OLE color: 4417543.

HSL color Cylindrical-coordinate representation of color #076843: hue angle of 157.11º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076843 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB710467-
CMYK0.9300.360.59
HSL157.11º87.39%21.76%-
HSV(B)157.11º93.27%40.78%-
XYZ6.0510.356.99-
YUV70.78125.8682.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 104 (41.02% from 255) = 58.43%
BLUE value IS 67 (26.56% from 255) = 37.64%
R=3.93%
G=58.43%
B=37.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104670.9300.360.59157.1187.3921.76
Hex768435D0243B9d5716
Octal71501031350447323512726
Binary111110100010000111011101010010011101110011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076843; }

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

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

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

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

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

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

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

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