#076243

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

Shades of Jewel #076243

Tints of Jewel #076243

Color information

#076243 (or 0x076243) is unknown color: approx Jewel. HEX triplet: 07, 62 and 43. RGB value is (7,98,67). Sum of RGB (Red+Green+Blue) = 7+98+67=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #076243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076243 is #F89DBC. Grayscale: #434343. Windows color (decimal): -16293309 or 4416007. OLE color: 4416007.

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

Color convert

RGB79867-
CMYK0.9300.320.62
HSL159.56º86.67%20.59%-
HSV(B)159.56º92.86%38.43%-
XYZ5.479.196.8-
YUV67.26127.8585.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=4.07%
G=56.98%
B=38.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798670.9300.320.62159.5686.6720.59
Hex762435D0203Ea05715
Octal71421031350407624012725
Binary111110001010000111011101010000011111010100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076243; }

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

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

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

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

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

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

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

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