#67A580

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

Shades of Oxley #67A580

Tints of Oxley #67A580

Color information

#67A580 (or 0x67A580) is unknown color: approx Oxley. HEX triplet: 67, A5 and 80. RGB value is (103,165,128). Sum of RGB (Red+Green+Blue) = 103+165+128=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #67A580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A580 is #985A7F. Grayscale: #8E8E8E. Windows color (decimal): -9984640 or 8430951. OLE color: 8430951.

HSL color Cylindrical-coordinate representation of color #67A580: hue angle of 144.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67A580 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB103165128-
CMYK0.3800.220.35
HSL144.19º25.62%52.55%-
HSV(B)144.19º37.58%64.71%-
XYZ22.9431.3525.26-
YUV142.24119.96100.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=26.01%
G=41.67%
B=32.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1031651280.3800.220.35144.1925.6252.55
Hex67A5802601623901a35
Octal14724520046026432203265
Binary110011110100101100000001001100101101000111001000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,165,128); }

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

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

 a { background-color: rgb(103,165,128); }

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

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

 span { border-color: rgb(103,165,128); }

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