Html Css Color HEX #698C83 Patina

📋 copy color: '#698C83'

red 105 ◦ green 140 ◦ blue 131

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

Shades of Patina #698C83

Tints of Patina #698C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 27.93%
G = 37.23%
B = 34.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#698C83 (or 0x698C83) is known color: Patina. HEX triplet: 69, 8C and 83. RGB value is (105,140,131). Sum of RGB (Red+Green+Blue) = 105+140+131=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #698C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C83 is #96737C. Grayscale: #808080. Windows color (decimal): -9859965 or 8621161. OLE color: 8621161.

HSL color Cylindrical-coordinate representation of color #698C83: hue angle of 164.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #698C83 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 140 131 -
CMYK 0.25 0 0.06 0.45
HSL 164.57º 0.14% 0.48% -
HSV(B) 164.57º 0.25% 0.55% -
XYZ 19.3 23.4 24.97 -
YUV 128.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 105 140 131 0.25 0 0.06 0.45 164.57 0.14 0.48
Hex 69 8C 83 19 0 6 2D A5 E 30
Octal 151 214 203 31 0 6 55 245 16 60
Binary 1101001 10001100 10000011 11001 0 110 101101 10100101 1110 110000

Color Harmonies of #698C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C83

Black with #698C83

Text Example


Text Example

White with #698C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698C83; }

 p { color: rgb(105,140,131); }

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

background-color css

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

 a { background-color: rgb(105,140,131); }

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

border-color css

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

 span { border-color: rgb(105,140,131); }

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