#678D07

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

Shades of Olive Drab #678D07

Tints of Olive Drab #678D07

Color information

#678D07 (or 0x678D07) is unknown color: approx Olive Drab. HEX triplet: 67, 8D and 07. RGB value is (103,141,7). Sum of RGB (Red+Green+Blue) = 103+141+7=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #678D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678D07 is #9872F8. Grayscale: #727272. Windows color (decimal): -9990905 or 494951. OLE color: 494951.

HSL color Cylindrical-coordinate representation of color #678D07: hue angle of 77.01º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #678D07 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1031417-
CMYK0.2700.950.45
HSL77.01º90.54%29.02%-
HSV(B)77.01º95.04%55.29%-
XYZ15.1621.953.64-
YUV114.3667.41119.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.04%
GREEN value IS 141 (55.47% from 255) = 56.18%
BLUE value IS 7 (3.12% from 255) = 2.79%
R=41.04%
G=56.18%
B=2.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10314170.2700.950.4577.0190.5429.02
Hex678D71B05F2D4d5b1d
Octal14721573301375511513335
Binary11001111000110111111011010111111011011001101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678D07; }

 p { color: rgb(103,141,7); }

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

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

 a { background-color: rgb(103,141,7); }

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

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

 span { border-color: rgb(103,141,7); }

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