#676400

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

Shades of Olive #676400

Tints of Olive #676400

Color information

#676400 (or 0x676400) is unknown color: approx Olive. HEX triplet: 67, 64 and 00. RGB value is (103,100,0). Sum of RGB (Red+Green+Blue) = 103+100+0=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #676400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676400 is #989BFF. Grayscale: #595959. Windows color (decimal): -10001408 or 25703. OLE color: 25703.

HSL color Cylindrical-coordinate representation of color #676400: hue angle of 58.25º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #676400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB1031000-
CMYK00.0310.60
HSL58.25º100%20.2%-
HSV(B)58.25º100%40.39%-
XYZ10.15121.78-
YUV89.577.49137.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.74%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.74%
G=49.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103100000.0310.6058.2510020.2
Hex6764003643C3a6414
Octal147144003144747214424
Binary1100111110010000111100100111100111010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676400; }

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

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

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

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

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

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

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

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