#076143

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

Shades of Jewel #076143

Tints of Jewel #076143

Color information

#076143 (or 0x076143) is unknown color: approx Jewel. HEX triplet: 07, 61 and 43. RGB value is (7,97,67). Sum of RGB (Red+Green+Blue) = 7+97+67=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #076143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076143 is #F89EBC. Grayscale: #424242. Windows color (decimal): -16293565 or 4415751. OLE color: 4415751.

HSL color Cylindrical-coordinate representation of color #076143: hue angle of 160º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076143 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB79767-
CMYK0.9300.310.62
HSL160º86.54%20.39%-
HSV(B)160º92.78%38.04%-
XYZ5.3896.76-
YUV66.67128.1885.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=4.09%
G=56.73%
B=39.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797670.9300.310.6216086.5420.39
Hex761435D01F3Ea05714
Octal71411031350377624012724
Binary11111000011000011101110101111111111010100000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076143; }

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

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

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

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

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

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

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

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