#677300

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

Shades of Olive #677300

Tints of Olive #677300

Color information

#677300 (or 0x677300) is unknown color: approx Olive. HEX triplet: 67, 73 and 00. RGB value is (103,115,0). Sum of RGB (Red+Green+Blue) = 103+115+0=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #677300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677300 is #988CFF. Grayscale: #626262. Windows color (decimal): -9997568 or 29543. OLE color: 29543.

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

Color convert

RGB1031150-
CMYK0.10010.55
HSL66.26º100%22.55%-
HSV(B)66.26º100%45.1%-
XYZ11.7215.152.31-
YUV98.372.52131.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 115 (45.31% from 255) = 52.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.25%
G=52.75%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10311500.10010.5566.2610022.55
Hex67730A06437426417
Octal14716301201446710214427
Binary1100111111001101010011001001101111000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677300; }

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

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

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

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

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

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

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

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