#67A472

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

Shades of Oxley #67A472

Tints of Oxley #67A472

Color information

#67A472 (or 0x67A472) is unknown color: approx Oxley. HEX triplet: 67, A4 and 72. RGB value is (103,164,114). Sum of RGB (Red+Green+Blue) = 103+164+114=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #67A472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A472 is #985B8D. Grayscale: #8C8C8C. Windows color (decimal): -9984910 or 7513191. OLE color: 7513191.

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

Color convert

RGB103164114-
CMYK0.3700.300.36
HSL130.82º25.1%52.35%-
HSV(B)130.82º37.2%64.31%-
XYZ21.9130.6520.68-
YUV140.06113.29101.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.03%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=27.03%
G=43.04%
B=29.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031641140.3700.300.36130.8225.152.35
Hex67A4722501E24831934
Octal14724416245036442033164
Binary11001111010010011100101001010111101001001000001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,164,114); }

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

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

 a { background-color: rgb(103,164,114); }

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

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

 span { border-color: rgb(103,164,114); }

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