#10674A

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

Shades of Jewel #10674A

Tints of Jewel #10674A

Color information

#10674A (or 0x10674A) is unknown color: approx Jewel. HEX triplet: 10, 67 and 4A. RGB value is (16,103,74). Sum of RGB (Red+Green+Blue) = 16+103+74=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #10674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10674A is #EF98B5. Grayscale: #494949. Windows color (decimal): -15702198 or 4876048. OLE color: 4876048.

HSL color Cylindrical-coordinate representation of color #10674A: hue angle of 160º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10674A is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB1610374-
CMYK0.8400.280.60
HSL160º73.11%23.33%-
HSV(B)160º84.47%40.39%-
XYZ6.310.318.14-
YUV73.68128.1886.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 103 (40.62% from 255) = 53.37%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=8.29%
G=53.37%
B=38.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16103740.8400.280.6016073.1123.33
Hex10674A5401C3Ca04917
Octal201471121240347424011127
Binary1000011001111001010101010001110011110010100000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10674A; }

 p { color: rgb(16,103,74); }

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

<style>
 a { background-color: #10674A; }

 a { background-color: rgb(16,103,74); }

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

<style>
 span { border-color: #10674A; }

 span { border-color: rgb(16,103,74); }

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