Html Css Color HEX #697D80 Hoki

📋 copy color: '#697D80'

red 105 ◦ green 125 ◦ blue 128

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

Shades of Hoki #697D80

Tints of Hoki #697D80

RGB

 RED value IS 105 (41.41% from 255) = 29.33%

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 29.33%
G = 34.92%
B = 35.75%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#697D80 (or 0x697D80) is known color: Hoki. HEX triplet: 69, 7D and 80. RGB value is (105,125,128). Sum of RGB (Red+Green+Blue) = 105+125+128=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #697D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D80 is #96827F. Grayscale: #777777. Windows color (decimal): -9863808 or 8420713. OLE color: 8420713.

HSL color Cylindrical-coordinate representation of color #697D80: hue angle of 187.83º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697D80 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 125 128 -
CMYK 0.18 0.02 0 0.50
HSL 187.83º 0.1% 0.46% -
HSV(B) 187.83º 0.18% 0.5% -
XYZ 17.06 19.23 23.23 -
YUV 119.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 105 125 128 0.18 0.02 0 0.50 187.83 0.1 0.46
Hex 69 7D 80 12 2 0 32 BC A 2E
Octal 151 175 200 22 2 0 62 274 12 56
Binary 1101001 1111101 10000000 10010 10 0 110010 10111100 1010 101110

Color Harmonies of #697D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D80

Black with #697D80

Text Example


Text Example

White with #697D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697D80; }

 p { color: rgb(105,125,128); }

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

background-color css

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

 a { background-color: rgb(105,125,128); }

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

border-color css

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

 span { border-color: rgb(105,125,128); }

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