#67927E

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

Shades of Patina #67927E

Tints of Patina #67927E

Color information

#67927E (or 0x67927E) is unknown color: approx Patina. HEX triplet: 67, 92 and 7E. RGB value is (103,146,126). Sum of RGB (Red+Green+Blue) = 103+146+126=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #67927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67927E is #986D81. Grayscale: #828282. Windows color (decimal): -9989506 or 8295015. OLE color: 8295015.

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

Color convert

RGB103146126-
CMYK0.2900.140.43
HSL152.09º17.27%48.82%-
HSV(B)152.09º29.45%57.25%-
XYZ19.6424.9523.52-
YUV130.86125.25108.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=27.47%
G=38.93%
B=33.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031461260.2900.140.43152.0917.2748.82
Hex67927E1D0E2B981131
Octal14722217635016532302161
Binary110011110010010111111011101011101010111001100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,146,126); }

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

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

 a { background-color: rgb(103,146,126); }

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

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

 span { border-color: rgb(103,146,126); }

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