#677304

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

Shades of Olive #677304

Tints of Olive #677304

Color information

#677304 (or 0x677304) is unknown color: approx Olive. HEX triplet: 67, 73 and 04. RGB value is (103,115,4). Sum of RGB (Red+Green+Blue) = 103+115+4=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #677304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677304 is #988CFB. Grayscale: #636363. Windows color (decimal): -9997564 or 291687. OLE color: 291687.

HSL color Cylindrical-coordinate representation of color #677304: hue angle of 66.49º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #677304 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB1031154-
CMYK0.1000.970.55
HSL66.49º93.28%23.33%-
HSV(B)66.49º96.52%45.1%-
XYZ11.7515.152.42-
YUV98.7674.52131.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 115 (45.31% from 255) = 51.80%
BLUE value IS 4 (1.95% from 255) = 1.80%
R=46.40%
G=51.80%
B=1.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10311540.1000.970.5566.4993.2823.33
Hex67734A06137425d17
Octal14716341201416710213527
Binary110011111100111001010011000011101111000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677304; }

 p { color: rgb(103,115,4); }

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

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

 a { background-color: rgb(103,115,4); }

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

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

 span { border-color: rgb(103,115,4); }

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