Html Css Color HEX #69887E Patina

📋 copy color: '#69887E'

red 105 ◦ green 136 ◦ blue 126

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

Shades of Patina #69887E

Tints of Patina #69887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

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

R = 28.61%
G = 37.06%
B = 34.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#69887E (or 0x69887E) is known color: Patina. HEX triplet: 69, 88 and 7E. RGB value is (105,136,126). Sum of RGB (Red+Green+Blue) = 105+136+126=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #69887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69887E is #967781. Grayscale: #7D7D7D. Windows color (decimal): -9860994 or 8292457. OLE color: 8292457.

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

Color convert

RGB 105 136 126 -
CMYK 0.23 0 0.07 0.47
HSL 160.65º 0.13% 0.47% -
HSV(B) 160.65º 0.23% 0.53% -
XYZ 18.4 22.12 23.04 -
YUV 125.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 105 136 126 0.23 0 0.07 0.47 160.65 0.13 0.47
Hex 69 88 7E 17 0 7 2F A1 D 2F
Octal 151 210 176 27 0 7 57 241 15 57
Binary 1101001 10001000 1111110 10111 0 111 101111 10100001 1101 101111

Color Harmonies of #69887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69887E

Black with #69887E

Text Example


Text Example

White with #69887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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