#07643F

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

Shades of Jewel #07643F

Tints of Jewel #07643F

Color information

#07643F (or 0x07643F) is unknown color: approx Jewel. HEX triplet: 07, 64 and 3F. RGB value is (7,100,63). Sum of RGB (Red+Green+Blue) = 7+100+63=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #07643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07643F is #F89BC0. Grayscale: #444444. Windows color (decimal): -16292801 or 4154375. OLE color: 4154375.

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

Color convert

RGB710063-
CMYK0.9300.370.61
HSL156.13º86.92%20.98%-
HSV(B)156.13º93%39.22%-
XYZ5.549.526.25-
YUV67.97125.1984.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 100 (39.45% from 255) = 58.82%
BLUE value IS 63 (25% from 255) = 37.06%
R=4.12%
G=58.82%
B=37.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7100630.9300.370.61156.1386.9220.98
Hex7643F5D0253D9c5715
Octal7144771350457523412725
Binary11111001001111111011101010010111110110011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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