#077044

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

Shades of Jewel #077044

Tints of Jewel #077044

Color information

#077044 (or 0x077044) is unknown color: approx Jewel. HEX triplet: 07, 70 and 44. RGB value is (7,112,68). Sum of RGB (Red+Green+Blue) = 7+112+68=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #077044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077044 is #F88FBB. Grayscale: #4B4B4B. Windows color (decimal): -16289724 or 4485127. OLE color: 4485127.

HSL color Cylindrical-coordinate representation of color #077044: hue angle of 154.86º 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 #077044 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB711268-
CMYK0.9400.390.56
HSL154.86º88.24%23.33%-
HSV(B)154.86º93.75%43.92%-
XYZ6.9312.057.43-
YUV75.59123.7179.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.74%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=3.74%
G=59.89%
B=36.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112680.9400.390.56154.8688.2423.33
Hex770445E027389b5817
Octal71601041360477023313027
Binary111111000010001001011110010011111100010011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077044; }

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

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

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

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

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

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

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

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