#07693B

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

Shades of Jewel #07693B

Tints of Jewel #07693B

Color information

#07693B (or 0x07693B) is unknown color: approx Jewel. HEX triplet: 07, 69 and 3B. RGB value is (7,105,59). Sum of RGB (Red+Green+Blue) = 7+105+59=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #07693B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07693B is #F896C4. Grayscale: #464646. Windows color (decimal): -16291525 or 3893511. OLE color: 3893511.

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

Color convert

RGB710559-
CMYK0.9300.440.59
HSL151.84º87.5%21.96%-
HSV(B)151.84º93.33%41.18%-
XYZ5.9310.465.84-
YUV70.45121.5382.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 105 (41.41% from 255) = 61.40%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=4.09%
G=61.40%
B=34.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105590.9300.440.59151.8487.521.96
Hex7693B5D02C3B985816
Octal7151731350547323013026
Binary11111010011110111011101010110011101110011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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