#0a643f

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

Shades of Jewel #0A643F

Tints of Jewel #0A643F

Color information

#0A643F (or 0x0A643F) is unknown color: approx Jewel. HEX triplet: 0A, 64 and 3F. RGB value is (10,100,63). Sum of RGB (Red+Green+Blue) = 10+100+63=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #0A643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A643F is #F59BC0. Grayscale: #444444. Windows color (decimal): -16096193 or 4154378. OLE color: 4154378.

HSL color Cylindrical-coordinate representation of color #0A643F: hue angle of 155.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A643F is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB1010063-
CMYK0.9000.370.61
HSL155.33º81.82%21.57%-
HSV(B)155.33º90%39.22%-
XYZ5.589.546.25-
YUV68.87124.6886.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.78%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 63 (25% from 255) = 36.42%
R=5.78%
G=57.80%
B=36.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10100630.9000.370.61155.3381.8221.57
HexA643F5A0253D9b5216
Octal12144771320457523312226
Binary101011001001111111011010010010111110110011011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a643f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a643f; }

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

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

<style>
 a { background-color: #0a643f; }

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

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

<style>
 span { border-color: #0a643f; }

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

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