#07653F

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

Shades of Jewel #07653F

Tints of Jewel #07653F

Color information

#07653F (or 0x07653F) is unknown color: approx Jewel. HEX triplet: 07, 65 and 3F. RGB value is (7,101,63). Sum of RGB (Red+Green+Blue) = 7+101+63=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #07653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07653F is #F89AC0. Grayscale: #444444. Windows color (decimal): -16292545 or 4154631. OLE color: 4154631.

HSL color Cylindrical-coordinate representation of color #07653F: hue angle of 155.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07653F is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB710163-
CMYK0.9300.380.60
HSL155.74º87.04%21.18%-
HSV(B)155.74º93.07%39.61%-
XYZ5.649.716.28-
YUV68.56124.8684.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 101 (39.84% from 255) = 59.06%
BLUE value IS 63 (25% from 255) = 36.84%
R=4.09%
G=59.06%
B=36.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7101630.9300.380.60155.7487.0421.18
Hex7653F5D0263C9c5715
Octal7145771350467423412725
Binary11111001011111111011101010011011110010011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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