#676D01

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

Shades of Olive #676D01

Tints of Olive #676D01

Color information

#676D01 (or 0x676D01) is unknown color: approx Olive. HEX triplet: 67, 6D and 01. RGB value is (103,109,1). Sum of RGB (Red+Green+Blue) = 103+109+1=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #676D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676D01 is #9892FE. Grayscale: #5F5F5F. Windows color (decimal): -9999103 or 93543. OLE color: 93543.

HSL color Cylindrical-coordinate representation of color #676D01: hue angle of 63.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #676D01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB1031091-
CMYK0.0600.990.57
HSL63.33º98.18%21.57%-
HSV(B)63.33º99.08%42.75%-
XYZ11.0713.822.11-
YUV94.8975.01133.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.36%
GREEN value IS 109 (42.97% from 255) = 51.17%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=48.36%
G=51.17%
B=0.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10310910.0600.990.5763.3398.1821.57
Hex676D16063393f6216
Octal147155160143717714226
Binary11001111101101111001100011111001111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676D01; }

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

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

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

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

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

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

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

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