#076241

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

Shades of Jewel #076241

Tints of Jewel #076241

Color information

#076241 (or 0x076241) is unknown color: approx Jewel. HEX triplet: 07, 62 and 41. RGB value is (7,98,65). Sum of RGB (Red+Green+Blue) = 7+98+65=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #076241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076241 is #F89DBE. Grayscale: #434343. Windows color (decimal): -16293311 or 4284935. OLE color: 4284935.

HSL color Cylindrical-coordinate representation of color #076241: hue angle of 158.24º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076241 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB79865-
CMYK0.9300.340.62
HSL158.24º86.67%20.59%-
HSV(B)158.24º92.86%38.43%-
XYZ5.419.166.48-
YUV67.03126.8585.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 98 (38.67% from 255) = 57.65%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=4.12%
G=57.65%
B=38.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798650.9300.340.62158.2486.6720.59
Hex762415D0223E9e5715
Octal71421011350427623612725
Binary111110001010000011011101010001011111010011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076241; }

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

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

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

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

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

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

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

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