#076141

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

Shades of Jewel #076141

Tints of Jewel #076141

Color information

#076141 (or 0x076141) is unknown color: approx Jewel. HEX triplet: 07, 61 and 41. RGB value is (7,97,65). Sum of RGB (Red+Green+Blue) = 7+97+65=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #076141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076141 is #F89EBE. Grayscale: #424242. Windows color (decimal): -16293567 or 4284679. OLE color: 4284679.

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

Color convert

RGB79765-
CMYK0.9300.330.62
HSL158.67º86.54%20.39%-
HSV(B)158.67º92.78%38.04%-
XYZ5.328.986.45-
YUV66.44127.1885.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=4.14%
G=57.40%
B=38.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797650.9300.330.62158.6786.5420.39
Hex761415D0213E9f5714
Octal71411011350417623712724
Binary111110000110000011011101010000111111010011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076141; }

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

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

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

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

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

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

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

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