Html Css Color HEX #69947D Patina

📋 copy color: '#69947D'

red 105 ◦ green 148 ◦ blue 125

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

Shades of Patina #69947D

Tints of Patina #69947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 27.78%
G = 39.15%
B = 33.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#69947D (or 0x69947D) is known color: Patina. HEX triplet: 69, 94 and 7D. RGB value is (105,148,125). Sum of RGB (Red+Green+Blue) = 105+148+125=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #69947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69947D is #966B82. Grayscale: #848484. Windows color (decimal): -9857923 or 8229993. OLE color: 8229993.

HSL color Cylindrical-coordinate representation of color #69947D: hue angle of 147.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69947D is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 125 -
CMYK 0.29 0 0.16 0.42
HSL 147.91º 0.17% 0.5% -
HSV(B) 147.91º 0.29% 0.58% -
XYZ 20.12 25.66 23.3 -
YUV 132.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 105 148 125 0.29 0 0.16 0.42 147.91 0.17 0.5
Hex 69 94 7D 1D 0 10 2A 94 11 32
Octal 151 224 175 35 0 20 52 224 21 62
Binary 1101001 10010100 1111101 11101 0 10000 101010 10010100 10001 110010

Color Harmonies of #69947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69947D

Black with #69947D

Text Example


Text Example

White with #69947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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