Html Css Color HEX #69897B Patina

📋 copy color: '#69897B'

red 105 ◦ green 137 ◦ blue 123

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

Shades of Patina #69897B

Tints of Patina #69897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 28.77%
G = 37.53%
B = 33.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#69897B (or 0x69897B) is known color: Patina. HEX triplet: 69, 89 and 7B. RGB value is (105,137,123). Sum of RGB (Red+Green+Blue) = 105+137+123=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #69897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69897B is #967684. Grayscale: #7D7D7D. Windows color (decimal): -9860741 or 8096105. OLE color: 8096105.

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

Color convert

RGB 105 137 123 -
CMYK 0.23 0 0.10 0.46
HSL 153.75º 0.13% 0.47% -
HSV(B) 153.75º 0.23% 0.54% -
XYZ 18.35 22.32 22.08 -
YUV 125.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 105 137 123 0.23 0 0.10 0.46 153.75 0.13 0.47
Hex 69 89 7B 17 0 A 2E 9A D 2F
Octal 151 211 173 27 0 12 56 232 15 57
Binary 1101001 10001001 1111011 10111 0 1010 101110 10011010 1101 101111

Color Harmonies of #69897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69897B

Black with #69897B

Text Example


Text Example

White with #69897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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