Html Css Color HEX #698C7F Patina

📋 copy color: '#698C7F'

red 105 ◦ green 140 ◦ blue 127

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

Shades of Patina #698C7F

Tints of Patina #698C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.14%

R = 28.23%
G = 37.63%
B = 34.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#698C7F (or 0x698C7F) is known color: Patina. HEX triplet: 69, 8C and 7F. RGB value is (105,140,127). Sum of RGB (Red+Green+Blue) = 105+140+127=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 140 - color contains mainly: green. Hex color #698C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C7F is #967380. Grayscale: #808080. Windows color (decimal): -9859969 or 8359017. OLE color: 8359017.

HSL color Cylindrical-coordinate representation of color #698C7F: hue angle of 157.71º 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 #698C7F is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 140 127 -
CMYK 0.25 0 0.09 0.45
HSL 157.71º 0.14% 0.48% -
HSV(B) 157.71º 0.25% 0.55% -
XYZ 19.03 23.29 23.57 -
YUV 128.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 105 140 127 0.25 0 0.09 0.45 157.71 0.14 0.48
Hex 69 8C 7F 19 0 9 2D 9E E 30
Octal 151 214 177 31 0 11 55 236 16 60
Binary 1101001 10001100 1111111 11001 0 1001 101101 10011110 1110 110000

Color Harmonies of #698C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C7F

Black with #698C7F

Text Example


Text Example

White with #698C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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