#077245

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

Shades of Jewel #077245

Tints of Jewel #077245

Color information

#077245 (or 0x077245) is unknown color: approx Jewel. HEX triplet: 07, 72 and 45. RGB value is (7,114,69). Sum of RGB (Red+Green+Blue) = 7+114+69=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #077245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077245 is #F88DBA. Grayscale: #4C4C4C. Windows color (decimal): -16289211 or 4551175. OLE color: 4551175.

HSL color Cylindrical-coordinate representation of color #077245: hue angle of 154.77º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077245 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB711469-
CMYK0.9400.390.55
HSL154.77º88.43%23.73%-
HSV(B)154.77º93.86%44.71%-
XYZ7.1812.517.67-
YUV76.88123.5578.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=3.68%
G=60%
B=36.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114690.9400.390.55154.7788.4323.73
Hex772455E027379b5818
Octal71621051360476723313030
Binary111111001010001011011110010011111011110011011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077245; }

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

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

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

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

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

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

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

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