#67986F

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

Shades of Oxley #67986F

Tints of Oxley #67986F

Color information

#67986F (or 0x67986F) is unknown color: approx Oxley. HEX triplet: 67, 98 and 6F. RGB value is (103,152,111). Sum of RGB (Red+Green+Blue) = 103+152+111=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #67986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67986F is #986790. Grayscale: #848484. Windows color (decimal): -9987985 or 7313511. OLE color: 7313511.

HSL color Cylindrical-coordinate representation of color #67986F: hue angle of 129.8º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67986F is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB103152111-
CMYK0.3200.270.40
HSL129.8º19.22%50%-
HSV(B)129.8º32.24%59.61%-
XYZ19.6926.4919.11-
YUV132.67115.77106.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=28.14%
G=41.53%
B=30.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031521110.3200.270.40129.819.2250
Hex67986F2001B28821332
Octal14723015740033502022362
Binary11001111001100011011111000000110111010001000001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67986F; }

 p { color: rgb(103,152,111); }

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

<style>
 a { background-color: #67986F; }

 a { background-color: rgb(103,152,111); }

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

<style>
 span { border-color: #67986F; }

 span { border-color: rgb(103,152,111); }

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