#0A673F

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

Shades of Jewel #0A673F

Tints of Jewel #0A673F

Color information

#0A673F (or 0x0A673F) is unknown color: approx Jewel. HEX triplet: 0A, 67 and 3F. RGB value is (10,103,63). Sum of RGB (Red+Green+Blue) = 10+103+63=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #0A673F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A673F is #F598C0. Grayscale: #464646. Windows color (decimal): -16095425 or 4155146. OLE color: 4155146.

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

Color convert

RGB1010363-
CMYK0.9000.390.60
HSL154.19º82.3%22.16%-
HSV(B)154.19º90.29%40.39%-
XYZ5.8710.126.35-
YUV70.63123.6984.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.68%
GREEN value IS 103 (40.62% from 255) = 58.52%
BLUE value IS 63 (25% from 255) = 35.80%
R=5.68%
G=58.52%
B=35.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10103630.9000.390.60154.1982.322.16
HexA673F5A0273C9a5216
Octal12147771320477423212226
Binary101011001111111111011010010011111110010011010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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