Html Css Color HEX #69867C Patina

📋 copy color: '#69867C'

red 105 ◦ green 134 ◦ blue 124

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

Shades of Patina #69867C

Tints of Patina #69867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 28.93%
G = 36.91%
B = 34.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#69867C (or 0x69867C) is known color: Patina. HEX triplet: 69, 86 and 7C. RGB value is (105,134,124). Sum of RGB (Red+Green+Blue) = 105+134+124=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #69867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69867C is #967983. Grayscale: #7C7C7C. Windows color (decimal): -9861508 or 8160873. OLE color: 8160873.

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

Color convert

RGB 105 134 124 -
CMYK 0.22 0 0.07 0.47
HSL 159.31º 0.12% 0.47% -
HSV(B) 159.31º 0.22% 0.53% -
XYZ 17.99 21.51 22.27 -
YUV 124.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 105 134 124 0.22 0 0.07 0.47 159.31 0.12 0.47
Hex 69 86 7C 16 0 7 2F 9F C 2F
Octal 151 206 174 26 0 7 57 237 14 57
Binary 1101001 10000110 1111100 10110 0 111 101111 10011111 1100 101111

Color Harmonies of #69867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69867C

Black with #69867C

Text Example


Text Example

White with #69867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69867C; }

 p { color: rgb(105,134,124); }

 H1.HeaderClassName
 {
   color: #69867C;
 }
 .AnyTagClassName
 {
   color: #69867C;
 }
</style>

background-color css

<style>
 a { background-color: #69867C; }

 a { background-color: rgb(105,134,124); }

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

border-color css

<style>
 span { border-color: #69867C; }

 span { border-color: rgb(105,134,124); }

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