#678601

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

Shades of Olive #678601

Tints of Olive #678601

Color information

#678601 (or 0x678601) is unknown color: approx Olive. HEX triplet: 67, 86 and 01. RGB value is (103,134,1). Sum of RGB (Red+Green+Blue) = 103+134+1=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #678601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678601 is #9879FE. Grayscale: #6E6E6E. Windows color (decimal): -9992703 or 99943. OLE color: 99943.

HSL color Cylindrical-coordinate representation of color #678601: hue angle of 73.98º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #678601 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1031341-
CMYK0.2300.990.47
HSL73.98º98.52%26.47%-
HSV(B)73.98º99.25%52.55%-
XYZ14.1219.943.13-
YUV109.5766.73123.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.28%
GREEN value IS 134 (52.73% from 255) = 56.30%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=43.28%
G=56.30%
B=0.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10313410.2300.990.4773.9898.5226.47
Hex67861170632F4a631a
Octal14720612701435711214332
Binary110011110000110110111011000111011111001010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678601; }

 p { color: rgb(103,134,1); }

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

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

 a { background-color: rgb(103,134,1); }

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

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

 span { border-color: rgb(103,134,1); }

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