#07693A

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

Shades of Jewel #07693A

Tints of Jewel #07693A

Color information

#07693A (or 0x07693A) is unknown color: approx Jewel. HEX triplet: 07, 69 and 3A. RGB value is (7,105,58). Sum of RGB (Red+Green+Blue) = 7+105+58=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #07693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07693A is #F896C5. Grayscale: #464646. Windows color (decimal): -16291526 or 3827975. OLE color: 3827975.

HSL color Cylindrical-coordinate representation of color #07693A: hue angle of 151.22º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07693A is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB710558-
CMYK0.9300.450.59
HSL151.22º87.5%21.96%-
HSV(B)151.22º93.33%41.18%-
XYZ5.910.455.71-
YUV70.34121.0382.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 105 (41.41% from 255) = 61.76%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=4.12%
G=61.76%
B=34.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105580.9300.450.59151.2287.521.96
Hex7693A5D02D3B975816
Octal7151721350557322713026
Binary11111010011110101011101010110111101110010111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07693A; }

 p { color: rgb(7,105,58); }

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

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

 a { background-color: rgb(7,105,58); }

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

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

 span { border-color: rgb(7,105,58); }

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