#67917B

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

Shades of Patina #67917B

Tints of Patina #67917B

Color information

#67917B (or 0x67917B) is unknown color: approx Patina. HEX triplet: 67, 91 and 7B. RGB value is (103,145,123). Sum of RGB (Red+Green+Blue) = 103+145+123=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #67917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67917B is #986E84. Grayscale: #818181. Windows color (decimal): -9989765 or 8098151. OLE color: 8098151.

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

Color convert

RGB103145123-
CMYK0.2900.150.43
HSL148.57º16.94%48.63%-
HSV(B)148.57º28.97%56.86%-
XYZ19.2924.5622.46-
YUV129.93124.09108.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=27.76%
G=39.08%
B=33.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031451230.2900.150.43148.5716.9448.63
Hex67917B1D0F2B951131
Octal14722117335017532252161
Binary110011110010001111101111101011111010111001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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