#0A6341

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

Shades of Jewel #0A6341

Tints of Jewel #0A6341

Color information

#0A6341 (or 0x0A6341) is unknown color: approx Jewel. HEX triplet: 0A, 63 and 41. RGB value is (10,99,65). Sum of RGB (Red+Green+Blue) = 10+99+65=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6341 is #F59CBE. Grayscale: #444444. Windows color (decimal): -16096447 or 4285194. OLE color: 4285194.

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

Color convert

RGB109965-
CMYK0.9000.340.61
HSL157.08º81.65%21.37%-
HSV(B)157.08º89.9%38.82%-
XYZ5.549.376.52-
YUV68.51126.0186.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 99 (39.06% from 255) = 56.90%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=5.75%
G=56.90%
B=37.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099650.9000.340.61157.0881.6521.37
HexA63415A0223D9d5215
Octal121431011320427523512225
Binary1010110001110000011011010010001011110110011101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,99,65); }

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

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

 a { background-color: rgb(10,99,65); }

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

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

 span { border-color: rgb(10,99,65); }

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