#07613E

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

Shades of Jewel #07613E

Tints of Jewel #07613E

Color information

#07613E (or 0x07613E) is unknown color: approx Jewel. HEX triplet: 07, 61 and 3E. RGB value is (7,97,62). Sum of RGB (Red+Green+Blue) = 7+97+62=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #07613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07613E is #F89EC1. Grayscale: #424242. Windows color (decimal): -16293570 or 4088071. OLE color: 4088071.

HSL color Cylindrical-coordinate representation of color #07613E: hue angle of 156.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 #07613E is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB79762-
CMYK0.9300.360.62
HSL156.67º86.54%20.39%-
HSV(B)156.67º92.78%38.04%-
XYZ5.238.946.01-
YUV66.1125.6885.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=4.22%
G=58.43%
B=37.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797620.9300.360.62156.6786.5420.39
Hex7613E5D0243E9d5714
Octal7141761350447623512724
Binary11111000011111101011101010010011111010011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07613E; }

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

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

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

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

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

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

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

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