#678182

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

Shades of Hoki #678182

Tints of Hoki #678182

Color information

#678182 (or 0x678182) is unknown color: approx Hoki. HEX triplet: 67, 81 and 82. RGB value is (103,129,130). Sum of RGB (Red+Green+Blue) = 103+129+130=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #678182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678182 is #987E7D. Grayscale: #797979. Windows color (decimal): -9993854 or 8552807. OLE color: 8552807.

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

Color convert

RGB103129130-
CMYK0.210.0100.49
HSL182.22º11.59%45.69%-
HSV(B)182.22º20.77%50.98%-
XYZ17.4720.224.1-
YUV121.34132.89114.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=28.45%
G=35.64%
B=35.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031291300.210.0100.49182.2211.5945.69
Hex678182151031b6c2e
Octal1472012022510612661456
Binary110011110000001100000101010110110001101101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678182; }

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

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

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

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

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

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

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

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