#678600

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

Shades of Olive #678600

Tints of Olive #678600

Color information

#678600 (or 0x678600) is unknown color: approx Olive. HEX triplet: 67, 86 and 00. RGB value is (103,134,0). Sum of RGB (Red+Green+Blue) = 103+134+0=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #678600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678600 is #9879FF. Grayscale: #6D6D6D. Windows color (decimal): -9992704 or 34407. OLE color: 34407.

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

Color convert

RGB1031340-
CMYK0.23010.47
HSL73.88º100%26.27%-
HSV(B)73.88º100%52.55%-
XYZ14.1219.933.1-
YUV109.4666.23123.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.46%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.46%
G=56.54%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10313400.23010.4773.8810026.27
Hex67860170642F4a641a
Octal14720602701445711214432
Binary110011110000110010111011001001011111001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678600; }

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

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

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

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

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

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

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

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