#69947D

Color #69947D Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #69947D

Tints of Patina #69947D

Color information

#69947D (or 0x69947D) is unknown color: approx 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

RGB105148125-
CMYK0.2900.160.42
HSL147.91º17%49.61%-
HSV(B)147.91º29.05%58.04%-
XYZ20.1225.6623.3-
YUV132.52123.75108.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481250.2900.160.42147.911749.61
Hex69947D1D0102A941132
Octal15122417535020522242162
Binary1101001100101001111101111010100001010101001010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>