#678510

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

Shades of Olive Drab #678510

Tints of Olive Drab #678510

Color information

#678510 (or 0x678510) is unknown color: approx Olive Drab. HEX triplet: 67, 85 and 10. RGB value is (103,133,16). Sum of RGB (Red+Green+Blue) = 103+133+16=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #678510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678510 is #987AEF. Grayscale: #6F6F6F. Windows color (decimal): -9992944 or 1082727. OLE color: 1082727.

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

Color convert

RGB10313316-
CMYK0.2300.880.48
HSL75.38º78.52%29.22%-
HSV(B)75.38º87.97%52.16%-
XYZ14.0719.73.55-
YUV110.6974.56122.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.87%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=40.87%
G=52.78%
B=6.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103133160.2300.880.4875.3878.5229.22
Hex67851017058304b4f1d
Octal147205202701306011311735
Binary1100111100001011000010111010110001100001001011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678510; }

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

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

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

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

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

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

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

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