Html Css Color HEX #698D7F Patina

📋 copy color: '#698D7F'

red 105 ◦ green 141 ◦ blue 127

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

Shades of Patina #698D7F

Tints of Patina #698D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

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

R = 28.15%
G = 37.8%
B = 34.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#698D7F (or 0x698D7F) is known color: Patina. HEX triplet: 69, 8D and 7F. RGB value is (105,141,127). Sum of RGB (Red+Green+Blue) = 105+141+127=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #698D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D7F is #967280. Grayscale: #808080. Windows color (decimal): -9859713 or 8359273. OLE color: 8359273.

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

Color convert

RGB 105 141 127 -
CMYK 0.26 0 0.10 0.45
HSL 156.67º 0.15% 0.48% -
HSV(B) 156.67º 0.26% 0.55% -
XYZ 19.18 23.59 23.62 -
YUV 128.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 105 141 127 0.26 0 0.10 0.45 156.67 0.15 0.48
Hex 69 8D 7F 1A 0 A 2D 9D F 30
Octal 151 215 177 32 0 12 55 235 17 60
Binary 1101001 10001101 1111111 11010 0 1010 101101 10011101 1111 110000

Color Harmonies of #698D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D7F

Black with #698D7F

Text Example


Text Example

White with #698D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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