Html Css Color HEX #69927D Patina

📋 copy color: '#69927D'

red 105 ◦ green 146 ◦ blue 125

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

Shades of Patina #69927D

Tints of Patina #69927D

RGB

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

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

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

R = 27.93%
G = 38.83%
B = 33.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#69927D (or 0x69927D) is known color: Patina. HEX triplet: 69, 92 and 7D. RGB value is (105,146,125). Sum of RGB (Red+Green+Blue) = 105+146+125=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #69927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69927D is #966D82. Grayscale: #838383. Windows color (decimal): -9858435 or 8229481. OLE color: 8229481.

HSL color Cylindrical-coordinate representation of color #69927D: hue angle of 149.27º 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 #69927D is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 125 -
CMYK 0.28 0 0.14 0.43
HSL 149.27º 0.16% 0.49% -
HSV(B) 149.27º 0.28% 0.57% -
XYZ 19.81 25.04 23.19 -
YUV 131.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 105 146 125 0.28 0 0.14 0.43 149.27 0.16 0.49
Hex 69 92 7D 1C 0 E 2B 95 10 31
Octal 151 222 175 34 0 16 53 225 20 61
Binary 1101001 10010010 1111101 11100 0 1110 101011 10010101 10000 110001

Color Harmonies of #69927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69927D

Black with #69927D

Text Example


Text Example

White with #69927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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