Html Css Color HEX #668182 Hoki

📋 copy color: '#668182'

red 102 ◦ green 129 ◦ blue 130

#668182
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #668182

Tints of Hoki #668182

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 value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#668182 (or 0x668182) is known color: 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

RGB 102 129 130 -
CMYK 0.22 0.01 0 0.49
HSL 182.14º 0.12% 0.45% -
HSV(B) 182.14º 0.22% 0.51% -
XYZ 17.36 20.14 24.09 -
YUV 121.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 102 129 130 0.22 0.01 0 0.49 182.14 0.12 0.45
Hex 66 81 82 16 1 0 31 B6 C 2D
Octal 146 201 202 26 1 0 61 266 14 55
Binary 1100110 10000001 10000010 10110 1 0 110001 10110110 1100 101101

Color Harmonies of #668182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668182

Black with #668182

Text Example


Text Example

White with #668182

Text Example


Text Example

HTML Codes & Css Web 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>