#106245

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

Shades of Jewel #106245

Tints of Jewel #106245

Color information

#106245 (or 0x106245) is unknown color: approx Jewel. HEX triplet: 10, 62 and 45. RGB value is (16,98,69). Sum of RGB (Red+Green+Blue) = 16+98+69=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #106245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106245 is #EF9DBA. Grayscale: #464646. Windows color (decimal): -15703483 or 4547088. OLE color: 4547088.

HSL color Cylindrical-coordinate representation of color #106245: hue angle of 158.78º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106245 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB169869-
CMYK0.8400.300.62
HSL158.78º71.93%22.35%-
HSV(B)158.78º83.67%38.43%-
XYZ5.669.287.12-
YUV70.18127.3389.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.74%
GREEN value IS 98 (38.67% from 255) = 53.55%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=8.74%
G=53.55%
B=37.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698690.8400.300.62158.7871.9322.35
Hex1062455401E3E9f4816
Octal201421051240367623711026
Binary1000011000101000101101010001111011111010011111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106245; }

 p { color: rgb(16,98,69); }

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

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

 a { background-color: rgb(16,98,69); }

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

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

 span { border-color: rgb(16,98,69); }

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