#67A283

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

Shades of Patina #67A283

Tints of Patina #67A283

Color information

#67A283 (or 0x67A283) is unknown color: approx Patina. HEX triplet: 67, A2 and 83. RGB value is (103,162,131). Sum of RGB (Red+Green+Blue) = 103+162+131=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #67A283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A283 is #985D7C. Grayscale: #8C8C8C. Windows color (decimal): -9985405 or 8626791. OLE color: 8626791.

HSL color Cylindrical-coordinate representation of color #67A283: hue angle of 148.47º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A283 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB103162131-
CMYK0.3600.190.36
HSL148.47º24.08%51.96%-
HSV(B)148.47º36.42%63.53%-
XYZ22.6130.3626.14-
YUV140.82122.45101.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 131 (51.56% from 255) = 33.08%
R=26.01%
G=40.91%
B=33.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031621310.3600.190.36148.4724.0851.96
Hex67A2832401324941834
Octal14724220344023442243064
Binary110011110100010100000111001000100111001001001010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A283; }

 p { color: rgb(103,162,131); }

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

<style>
 a { background-color: #67A283; }

 a { background-color: rgb(103,162,131); }

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

<style>
 span { border-color: #67A283; }

 span { border-color: rgb(103,162,131); }

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