#67A470

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

Shades of Oxley #67A470

Tints of Oxley #67A470

Color information

#67A470 (or 0x67A470) is unknown color: approx Oxley. HEX triplet: 67, A4 and 70. RGB value is (103,164,112). Sum of RGB (Red+Green+Blue) = 103+164+112=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #67A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A470 is #985B8F. Grayscale: #8B8B8B. Windows color (decimal): -9984912 or 7382119. OLE color: 7382119.

HSL color Cylindrical-coordinate representation of color #67A470: hue angle of 128.85º 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 #67A470 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB103164112-
CMYK0.3700.320.36
HSL128.85º25.1%52.35%-
HSV(B)128.85º37.2%64.31%-
XYZ21.7930.620.09-
YUV139.83112.29101.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=27.18%
G=43.27%
B=29.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031641120.3700.320.36128.8525.152.35
Hex67A4702502024811934
Octal14724416045040442013164
Binary110011110100100111000010010101000001001001000000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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