#677E00

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

Shades of Olive #677E00

Tints of Olive #677E00

Color information

#677E00 (or 0x677E00) is unknown color: approx Olive. HEX triplet: 67, 7E and 00. RGB value is (103,126,0). Sum of RGB (Red+Green+Blue) = 103+126+0=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #677E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677E00 is #9881FF. Grayscale: #696969. Windows color (decimal): -9994752 or 32359. OLE color: 32359.

HSL color Cylindrical-coordinate representation of color #677E00: hue angle of 70.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #677E00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB1031260-
CMYK0.18010.51
HSL70.95º100%24.71%-
HSV(B)70.95º100%49.41%-
XYZ13.0517.812.75-
YUV104.7668.88126.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 126 (49.61% from 255) = 55.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.98%
G=55.02%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10312600.18010.5170.9510024.71
Hex677E01206433476419
Octal14717602201446310714431
Binary11001111111110010010011001001100111000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677E00; }

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

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

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

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

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

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

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

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