#67AC80

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

Shades of Oxley #67AC80

Tints of Oxley #67AC80

Color information

#67AC80 (or 0x67AC80) is unknown color: approx Oxley. HEX triplet: 67, AC and 80. RGB value is (103,172,128). Sum of RGB (Red+Green+Blue) = 103+172+128=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AC80 is #98537F. Grayscale: #929292. Windows color (decimal): -9982848 or 8432743. OLE color: 8432743.

HSL color Cylindrical-coordinate representation of color #67AC80: hue angle of 141.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AC80 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB103172128-
CMYK0.4000.260.33
HSL141.74º29.36%53.92%-
HSV(B)141.74º40.12%67.45%-
XYZ24.2433.9525.7-
YUV146.35117.6497.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=25.56%
G=42.68%
B=31.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031721280.4000.260.33141.7429.3653.92
Hex67AC802801A218e1d36
Octal14725420050032412163566
Binary110011110101100100000001010000110101000011000111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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