#07693F

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

Shades of Jewel #07693F

Tints of Jewel #07693F

Color information

#07693F (or 0x07693F) is unknown color: approx Jewel. HEX triplet: 07, 69 and 3F. RGB value is (7,105,63). Sum of RGB (Red+Green+Blue) = 7+105+63=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #07693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07693F is #F896C0. Grayscale: #464646. Windows color (decimal): -16291521 or 4155655. OLE color: 4155655.

HSL color Cylindrical-coordinate representation of color #07693F: hue angle of 154.29º 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 #07693F is Cyan = 0.93, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB710563-
CMYK0.9300.40.59
HSL154.29º87.5%21.96%-
HSV(B)154.29º93.33%41.18%-
XYZ6.0410.516.41-
YUV70.91123.5382.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 105 (41.41% from 255) = 60%
BLUE value IS 63 (25% from 255) = 36%
R=4%
G=60%
B=36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105630.9300.40.59154.2987.521.96
Hex7693F5D0283B9a5816
Octal7151771350507323213026
Binary11111010011111111011101010100011101110011010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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