#0A673D

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

Shades of Jewel #0A673D

Tints of Jewel #0A673D

Color information

#0A673D (or 0x0A673D) is unknown color: approx Jewel. HEX triplet: 0A, 67 and 3D. RGB value is (10,103,61). Sum of RGB (Red+Green+Blue) = 10+103+61=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #0A673D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A673D is #F598C2. Grayscale: #464646. Windows color (decimal): -16095427 or 4024074. OLE color: 4024074.

HSL color Cylindrical-coordinate representation of color #0A673D: hue angle of 152.9º 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 #0A673D is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1010361-
CMYK0.9000.410.60
HSL152.9º82.3%22.16%-
HSV(B)152.9º90.29%40.39%-
XYZ5.8210.16.06-
YUV70.4122.6984.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 103 (40.62% from 255) = 59.20%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=5.75%
G=59.20%
B=35.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10103610.9000.410.60152.982.322.16
HexA673D5A0293C995216
Octal12147751320517423112226
Binary101011001111111011011010010100111110010011001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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