#678531

Color #678531 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #678531

Tints of Olive Drab #678531

Color information

#678531 (or 0x678531) is unknown color: approx Olive Drab. HEX triplet: 67, 85 and 31. RGB value is (103,133,49). Sum of RGB (Red+Green+Blue) = 103+133+49=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #678531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678531 is #987ACE. Grayscale: #727272. Windows color (decimal): -9992911 or 3245415. OLE color: 3245415.

HSL color Cylindrical-coordinate representation of color #678531: hue angle of 81.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #678531 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB10313349-
CMYK0.2300.630.48
HSL81.43º46.15%35.69%-
HSV(B)81.43º63.16%52.16%-
XYZ14.5419.885.98-
YUV114.4591.06119.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=36.14%
G=46.67%
B=17.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103133490.2300.630.4881.4346.1535.69
Hex6785311703F30512e24
Octal1472056127077601215644
Binary1100111100001011100011011101111111100001010001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678531; }

 p { color: rgb(103,133,49); }

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

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

 a { background-color: rgb(103,133,49); }

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

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

 span { border-color: rgb(103,133,49); }

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