#077141

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

Shades of Jewel #077141

Tints of Jewel #077141

Color information

#077141 (or 0x077141) is unknown color: approx Jewel. HEX triplet: 07, 71 and 41. RGB value is (7,113,65). Sum of RGB (Red+Green+Blue) = 7+113+65=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #077141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077141 is #F88EBE. Grayscale: #4B4B4B. Windows color (decimal): -16289471 or 4288775. OLE color: 4288775.

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

Color convert

RGB711365-
CMYK0.9400.420.56
HSL152.83º88.33%23.53%-
HSV(B)152.83º93.81%44.31%-
XYZ6.9512.247-
YUV75.83121.8878.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 113 (44.53% from 255) = 61.08%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=3.78%
G=61.08%
B=35.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7113650.9400.420.56152.8388.3323.53
Hex771415E02A38995818
Octal71611011360527023113030
Binary111111000110000011011110010101011100010011001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077141; }

 p { color: rgb(7,113,65); }

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

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

 a { background-color: rgb(7,113,65); }

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

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

 span { border-color: rgb(7,113,65); }

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