#076345

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

Shades of Jewel #076345

Tints of Jewel #076345

Color information

#076345 (or 0x076345) is unknown color: approx Jewel. HEX triplet: 07, 63 and 45. RGB value is (7,99,69). Sum of RGB (Red+Green+Blue) = 7+99+69=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #076345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076345 is #F89CBA. Grayscale: #444444. Windows color (decimal): -16293051 or 4547335. OLE color: 4547335.

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

Color convert

RGB79969-
CMYK0.9300.300.61
HSL160.43º86.79%20.78%-
HSV(B)160.43º92.93%38.82%-
XYZ5.629.47.15-
YUV68.07128.5284.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 99 (39.06% from 255) = 56.57%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=4%
G=56.57%
B=39.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799690.9300.300.61160.4386.7920.78
Hex763455D01E3Da05715
Octal71431051350367524012725
Binary11111000111000101101110101111011110110100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076345; }

 p { color: rgb(7,99,69); }

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

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

 a { background-color: rgb(7,99,69); }

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

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

 span { border-color: rgb(7,99,69); }

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