#077241

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

Shades of Jewel #077241

Tints of Jewel #077241

Color information

#077241 (or 0x077241) is unknown color: approx Jewel. HEX triplet: 07, 72 and 41. RGB value is (7,114,65). Sum of RGB (Red+Green+Blue) = 7+114+65=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #077241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077241 is #F88DBE. Grayscale: #4C4C4C. Windows color (decimal): -16289215 or 4289031. OLE color: 4289031.

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

Color convert

RGB711465-
CMYK0.9400.430.55
HSL152.52º88.43%23.73%-
HSV(B)152.52º93.86%44.71%-
XYZ7.0612.467.03-
YUV76.42121.5578.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 114 (44.92% from 255) = 61.29%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=3.76%
G=61.29%
B=34.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114650.9400.430.55152.5288.4323.73
Hex772415E02B37995818
Octal71621011360536723113030
Binary111111001010000011011110010101111011110011001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077241; }

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

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

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

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

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

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

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

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