#668182

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

Shades of Hoki #668182

Tints of Hoki #668182

Color information

#668182 (or 0x668182) is unknown color: approx Hoki. HEX triplet: 66, 81 and 82. RGB value is (102,129,130). Sum of RGB (Red+Green+Blue) = 102+129+130=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #668182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668182 is #997E7D. Grayscale: #797979. Windows color (decimal): -10059390 or 8552806. OLE color: 8552806.

HSL color Cylindrical-coordinate representation of color #668182: hue angle of 182.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668182 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102129130-
CMYK0.220.0100.49
HSL182.14º12.07%45.49%-
HSV(B)182.14º21.54%50.98%-
XYZ17.3620.1424.09-
YUV121.04133.05114.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=28.25%
G=35.73%
B=36.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021291300.220.0100.49182.1412.0745.49
Hex668182161031b6c2d
Octal1462012022610612661455
Binary110011010000001100000101011010110001101101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668182; }

 p { color: rgb(102,129,130); }

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

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

 a { background-color: rgb(102,129,130); }

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

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

 span { border-color: rgb(102,129,130); }

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