Html Css Color HEX #618182 Hoki

📋 copy color: '#618182'

red 97 ◦ green 129 ◦ blue 130

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

Shades of Hoki #618182

Tints of Hoki #618182

RGB

 RED value IS 97 (38.28% from 255) = 27.25%

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 27.25%
G = 36.24%
B = 36.52%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#618182 (or 0x618182) is known color: Hoki. HEX triplet: 61, 81 and 82. RGB value is (97,129,130). Sum of RGB (Red+Green+Blue) = 97+129+130=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #618182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618182 is #9E7E7D. Grayscale: #777777. Windows color (decimal): -10387070 or 8552801. OLE color: 8552801.

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

Color convert

RGB 97 129 130 -
CMYK 0.25 0.01 0 0.49
HSL 181.82º 0.15% 0.45% -
HSV(B) 181.82º 0.25% 0.51% -
XYZ 16.81 19.85 24.07 -
YUV 119.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 97 129 130 0.25 0.01 0 0.49 181.82 0.15 0.45
Hex 61 81 82 19 1 0 31 B6 F 2D
Octal 141 201 202 31 1 0 61 266 17 55
Binary 1100001 10000001 10000010 11001 1 0 110001 10110110 1111 101101

Color Harmonies of #618182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618182

Black with #618182

Text Example


Text Example

White with #618182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618182; }

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

 H1.HeaderClassName
 {
   color: #618182;
 }
 .AnyTagClassName
 {
   color: #618182;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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