#67988A

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

Shades of Patina #67988A

Tints of Patina #67988A

Color information

#67988A (or 0x67988A) is unknown color: approx Patina. HEX triplet: 67, 98 and 8A. RGB value is (103,152,138). Sum of RGB (Red+Green+Blue) = 103+152+138=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #67988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67988A is #986775. Grayscale: #878787. Windows color (decimal): -9987958 or 9082983. OLE color: 9082983.

HSL color Cylindrical-coordinate representation of color #67988A: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67988A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB103152138-
CMYK0.3200.090.40
HSL162.86º19.22%50%-
HSV(B)162.86º32.24%59.61%-
XYZ21.4127.1828.16-
YUV135.75129.27104.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=26.21%
G=38.68%
B=35.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031521380.3200.090.40162.8619.2250
Hex67988A200928a31332
Octal14723021240011502432362
Binary11001111001100010001010100000010011010001010001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67988A; }

 p { color: rgb(103,152,138); }

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

<style>
 a { background-color: #67988A; }

 a { background-color: rgb(103,152,138); }

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

<style>
 span { border-color: #67988A; }

 span { border-color: rgb(103,152,138); }

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