Html Css Color HEX #69897F Patina

📋 copy color: '#69897F'

red 105 ◦ green 137 ◦ blue 127

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

Shades of Patina #69897F

Tints of Patina #69897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

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

R = 28.46%
G = 37.13%
B = 34.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#69897F (or 0x69897F) is known color: Patina. HEX triplet: 69, 89 and 7F. RGB value is (105,137,127). Sum of RGB (Red+Green+Blue) = 105+137+127=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #69897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69897F is #967680. Grayscale: #7E7E7E. Windows color (decimal): -9860737 or 8358249. OLE color: 8358249.

HSL color Cylindrical-coordinate representation of color #69897F: hue angle of 161.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69897F is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 127 -
CMYK 0.23 0 0.07 0.46
HSL 161.25º 0.13% 0.47% -
HSV(B) 161.25º 0.23% 0.54% -
XYZ 18.6 22.43 23.43 -
YUV 126.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 105 137 127 0.23 0 0.07 0.46 161.25 0.13 0.47
Hex 69 89 7F 17 0 7 2E A1 D 2F
Octal 151 211 177 27 0 7 56 241 15 57
Binary 1101001 10001001 1111111 10111 0 111 101110 10100001 1101 101111

Color Harmonies of #69897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69897F

Black with #69897F

Text Example


Text Example

White with #69897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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