#69947F

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

Shades of Patina #69947F

Tints of Patina #69947F

Color information

#69947F (or 0x69947F) is unknown color: approx Patina. HEX triplet: 69, 94 and 7F. RGB value is (105,148,127). Sum of RGB (Red+Green+Blue) = 105+148+127=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #69947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69947F is #966B80. Grayscale: #848484. Windows color (decimal): -9857921 or 8361065. OLE color: 8361065.

HSL color Cylindrical-coordinate representation of color #69947F: hue angle of 150.7º 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 #69947F is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB105148127-
CMYK0.2900.140.42
HSL150.7º17%49.61%-
HSV(B)150.7º29.05%58.04%-
XYZ20.2525.7223.98-
YUV132.75124.75108.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 127 (50% from 255) = 33.42%
R=27.63%
G=38.95%
B=33.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481270.2900.140.42150.71749.61
Hex69947F1D0E2A971132
Octal15122417735016522272162
Binary110100110010100111111111101011101010101001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69947F;
 }
 .AnyTagClassName
 {
   color: #69947F;
 }
</style>
background-color css

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

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

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

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

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

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