#678406

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

Shades of Olive Drab #678406

Tints of Olive Drab #678406

Color information

#678406 (or 0x678406) is unknown color: approx Olive Drab. HEX triplet: 67, 84 and 06. RGB value is (103,132,6). Sum of RGB (Red+Green+Blue) = 103+132+6=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #678406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678406 is #987BF9. Grayscale: #6D6D6D. Windows color (decimal): -9993210 or 427111. OLE color: 427111.

HSL color Cylindrical-coordinate representation of color #678406: hue angle of 73.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #678406 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1031326-
CMYK0.2200.950.48
HSL73.81º91.3%27.06%-
HSV(B)73.81º95.45%51.76%-
XYZ13.8819.43.19-
YUV108.9669.89123.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 132 (51.95% from 255) = 54.77%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=42.74%
G=54.77%
B=2.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10313260.2200.950.4873.8191.327.06
Hex678461605F304a5b1b
Octal14720462601376011213333
Binary11001111000010011010110010111111100001001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678406; }

 p { color: rgb(103,132,6); }

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

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

 a { background-color: rgb(103,132,6); }

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

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

 span { border-color: rgb(103,132,6); }

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