#077045

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

Shades of Jewel #077045

Tints of Jewel #077045

Color information

#077045 (or 0x077045) is unknown color: approx Jewel. HEX triplet: 07, 70 and 45. RGB value is (7,112,69). Sum of RGB (Red+Green+Blue) = 7+112+69=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #077045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077045 is #F88FBA. Grayscale: #4B4B4B. Windows color (decimal): -16289723 or 4550663. OLE color: 4550663.

HSL color Cylindrical-coordinate representation of color #077045: hue angle of 155.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077045 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB711269-
CMYK0.9400.380.56
HSL155.43º88.24%23.33%-
HSV(B)155.43º93.75%43.92%-
XYZ6.9612.067.59-
YUV75.7124.2179-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 112 (44.14% from 255) = 59.57%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=3.72%
G=59.57%
B=36.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112690.9400.380.56155.4388.2423.33
Hex770455E026389b5817
Octal71601051360467023313027
Binary111111000010001011011110010011011100010011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077045; }

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

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

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

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

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

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

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

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