Html Css Color HEX #69927C Patina

📋 copy color: '#69927C'

red 105 ◦ green 146 ◦ blue 124

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

Shades of Patina #69927C

Tints of Patina #69927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

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

R = 28%
G = 38.93%
B = 33.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#69927C (or 0x69927C) is known color: Patina. HEX triplet: 69, 92 and 7C. RGB value is (105,146,124). Sum of RGB (Red+Green+Blue) = 105+146+124=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #69927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69927C is #966D83. Grayscale: #838383. Windows color (decimal): -9858436 or 8163945. OLE color: 8163945.

HSL color Cylindrical-coordinate representation of color #69927C: hue angle of 147.8º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69927C is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 124 -
CMYK 0.28 0 0.15 0.43
HSL 147.8º 0.16% 0.49% -
HSV(B) 147.8º 0.28% 0.57% -
XYZ 19.74 25.02 22.86 -
YUV 131.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 105 146 124 0.28 0 0.15 0.43 147.8 0.16 0.49
Hex 69 92 7C 1C 0 F 2B 94 10 31
Octal 151 222 174 34 0 17 53 224 20 61
Binary 1101001 10010010 1111100 11100 0 1111 101011 10010100 10000 110001

Color Harmonies of #69927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69927C

Black with #69927C

Text Example


Text Example

White with #69927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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