Html Css Color HEX #69897E Patina

📋 copy color: '#69897E'

red 105 ◦ green 137 ◦ blue 126

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

Shades of Patina #69897E

Tints of Patina #69897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 28.53%
G = 37.23%
B = 34.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#69897E (or 0x69897E) is known color: Patina. HEX triplet: 69, 89 and 7E. RGB value is (105,137,126). Sum of RGB (Red+Green+Blue) = 105+137+126=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #69897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69897E is #967681. Grayscale: #7E7E7E. Windows color (decimal): -9860738 or 8292713. OLE color: 8292713.

HSL color Cylindrical-coordinate representation of color #69897E: hue angle of 159.38º 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 #69897E is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 126 -
CMYK 0.23 0 0.08 0.46
HSL 159.38º 0.13% 0.47% -
HSV(B) 159.38º 0.23% 0.54% -
XYZ 18.54 22.4 23.09 -
YUV 126.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 105 137 126 0.23 0 0.08 0.46 159.38 0.13 0.47
Hex 69 89 7E 17 0 8 2E 9F D 2F
Octal 151 211 176 27 0 10 56 237 15 57
Binary 1101001 10001001 1111110 10111 0 1000 101110 10011111 1101 101111

Color Harmonies of #69897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69897E

Black with #69897E

Text Example


Text Example

White with #69897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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