#67927B

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

Shades of Patina #67927B

Tints of Patina #67927B

Color information

#67927B (or 0x67927B) is unknown color: approx Patina. HEX triplet: 67, 92 and 7B. RGB value is (103,146,123). Sum of RGB (Red+Green+Blue) = 103+146+123=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #67927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67927B is #986D84. Grayscale: #828282. Windows color (decimal): -9989509 or 8098407. OLE color: 8098407.

HSL color Cylindrical-coordinate representation of color #67927B: hue angle of 147.91º 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 #67927B is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB103146123-
CMYK0.2900.160.43
HSL147.91º17.27%48.82%-
HSV(B)147.91º29.45%57.25%-
XYZ19.4524.8722.51-
YUV130.52123.75108.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=27.69%
G=39.25%
B=33.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031461230.2900.160.43147.9117.2748.82
Hex67927B1D0102B941131
Octal14722217335020532242161
Binary1100111100100101111011111010100001010111001010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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