#69937E

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

Shades of Patina #69937E

Tints of Patina #69937E

Color information

#69937E (or 0x69937E) is unknown color: approx Patina. HEX triplet: 69, 93 and 7E. RGB value is (105,147,126). Sum of RGB (Red+Green+Blue) = 105+147+126=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #69937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69937E is #966C81. Grayscale: #848484. Windows color (decimal): -9858178 or 8295273. OLE color: 8295273.

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

Color convert

RGB105147126-
CMYK0.2900.140.42
HSL150º16.67%49.41%-
HSV(B)150º28.57%57.65%-
XYZ20.0325.3823.58-
YUV132.05124.59108.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=27.78%
G=38.89%
B=33.33%

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
Decimal1051471260.2900.140.4215016.6749.41
Hex69937E1D0E2A961131
Octal15122317635016522262161
Binary110100110010011111111011101011101010101001011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69937E; }

 p { color: rgb(105,147,126); }

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

<style>
 a { background-color: #69937E; }

 a { background-color: rgb(105,147,126); }

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

<style>
 span { border-color: #69937E; }

 span { border-color: rgb(105,147,126); }

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