Html Css Color HEX #69857D Patina

📋 copy color: '#69857D'

red 105 ◦ green 133 ◦ blue 125

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

Shades of Patina #69857D

Tints of Patina #69857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 28.93%
G = 36.64%
B = 34.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#69857D (or 0x69857D) is known color: Patina. HEX triplet: 69, 85 and 7D. RGB value is (105,133,125). Sum of RGB (Red+Green+Blue) = 105+133+125=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #69857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69857D is #967A82. Grayscale: #7B7B7B. Windows color (decimal): -9861763 or 8226153. OLE color: 8226153.

HSL color Cylindrical-coordinate representation of color #69857D: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69857D is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 125 -
CMYK 0.21 0 0.06 0.48
HSL 162.86º 0.12% 0.47% -
HSV(B) 162.86º 0.21% 0.52% -
XYZ 17.91 21.26 22.56 -
YUV 123.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 105 133 125 0.21 0 0.06 0.48 162.86 0.12 0.47
Hex 69 85 7D 15 0 6 30 A3 C 2F
Octal 151 205 175 25 0 6 60 243 14 57
Binary 1101001 10000101 1111101 10101 0 110 110000 10100011 1100 101111

Color Harmonies of #69857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69857D

Black with #69857D

Text Example


Text Example

White with #69857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69857D; }

 p { color: rgb(105,133,125); }

 H1.HeaderClassName
 {
   color: #69857D;
 }
 .AnyTagClassName
 {
   color: #69857D;
 }
</style>

background-color css

<style>
 a { background-color: #69857D; }

 a { background-color: rgb(105,133,125); }

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

border-color css

<style>
 span { border-color: #69857D; }

 span { border-color: rgb(105,133,125); }

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